Html Css Color HEX #C93ACD Fuchsia

📋 copy color: '#C93ACD'

red 201 ◦ green 58 ◦ blue 205

#C93ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C93ACD

Tints of Fuchsia #C93ACD

RGB

 RED value IS 201 (78.91% from 255) = 43.32%

 GREEN value IS 58 (23.05% from 255) = 12.5%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 43.32%
G = 12.5%
B = 44.18%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C93ACD (or 0xC93ACD) is known color: Fuchsia. HEX triplet: C9, 3A and CD. RGB value is (201,58,205). Sum of RGB (Red+Green+Blue) = 201+58+205=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #C93ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ACD is #36C532. Grayscale: #757575. Windows color (decimal): -3589427 or 13449929. OLE color: 13449929.

HSL color Cylindrical-coordinate representation of color #C93ACD: hue angle of 298.37º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93ACD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 58 205 -
CMYK 0.02 0.72 0 0.20
HSL 298.37º 0.6% 0.52% -
HSV(B) 298.37º 0.72% 0.8% -
XYZ 36.62 19.85 59.66 -
YUV 117.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 201 58 205 0.02 0.72 0 0.20 298.37 0.6 0.52
Hex C9 3A CD 2 48 0 14 12A 3C 34
Octal 311 72 315 2 110 0 24 452 74 64
Binary 11001001 111010 11001101 10 1001000 0 10100 100101010 111100 110100

Color Harmonies of #C93ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93ACD

Black with #C93ACD

Text Example


Text Example

White with #C93ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93ACD; }

 p { color: rgb(201,58,205); }

 H1.HeaderClassName
 {
   color: #C93ACD;
 }
 .AnyTagClassName
 {
   color: #C93ACD;
 }
</style>

background-color css

<style>
 a { background-color: #C93ACD; }

 a { background-color: rgb(201,58,205); }

 div.DivClassName
 {
   background-color: #C93ACD;
 }
 .BgClassName
 {
   background-color: #C93ACD;
 }
</style>

border-color css

<style>
 span { border-color: #C93ACD; }

 span { border-color: rgb(201,58,205); }

 td.TdClassName
 {
   border-color: #C93ACD;
 }
 .TagClassName
 {
   border-color: #C93ACD;
 }
</style>