Html Css Color HEX #C45CC9 Fuchsia

📋 copy color: '#C45CC9'

red 196 ◦ green 92 ◦ blue 201

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

Shades of Fuchsia #C45CC9

Tints of Fuchsia #C45CC9

RGB

 RED value IS 196 (76.95% from 255) = 40.08%

 GREEN value IS 92 (36.33% from 255) = 18.81%

 BLUE value IS 201 (78.91% from 255) = 41.1%

R = 40.08%
G = 18.81%
B = 41.1%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C45CC9 (or 0xC45CC9) is known color: Fuchsia. HEX triplet: C4, 5C and C9. RGB value is (196,92,201). Sum of RGB (Red+Green+Blue) = 196+92+201=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #C45CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CC9 is #3BA336. Grayscale: #878787. Windows color (decimal): -3908407 or 13196484. OLE color: 13196484.

HSL color Cylindrical-coordinate representation of color #C45CC9: hue angle of 297.25º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45CC9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 92 201 -
CMYK 0.02 0.54 0 0.21
HSL 297.25º 0.5% 0.57% -
HSV(B) 297.25º 0.54% 0.79% -
XYZ 37.13 23.61 57.86 -
YUV 135.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 196 92 201 0.02 0.54 0 0.21 297.25 0.5 0.57
Hex C4 5C C9 2 36 0 15 129 32 39
Octal 304 134 311 2 66 0 25 451 62 71
Binary 11000100 1011100 11001001 10 110110 0 10101 100101001 110010 111001

Color Harmonies of #C45CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CC9

Black with #C45CC9

Text Example


Text Example

White with #C45CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CC9; }

 p { color: rgb(196,92,201); }

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

background-color css

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

 a { background-color: rgb(196,92,201); }

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

border-color css

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

 span { border-color: rgb(196,92,201); }

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