Html Css Color HEX #C459CB Fuchsia

📋 copy color: '#C459CB'

red 196 ◦ green 89 ◦ blue 203

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

Shades of Fuchsia #C459CB

Tints of Fuchsia #C459CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.24%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 40.16%
G = 18.24%
B = 41.6%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C459CB (or 0xC459CB) is known color: Fuchsia. HEX triplet: C4, 59 and CB. RGB value is (196,89,203). Sum of RGB (Red+Green+Blue) = 196+89+203=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #C459CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459CB is #3BA634. Grayscale: #858585. Windows color (decimal): -3909173 or 13326788. OLE color: 13326788.

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

Color convert

RGB 196 89 203 -
CMYK 0.03 0.56 0 0.20
HSL 296.32º 0.52% 0.57% -
HSV(B) 296.32º 0.56% 0.8% -
XYZ 37.12 23.19 59.02 -
YUV 133.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 196 89 203 0.03 0.56 0 0.20 296.32 0.52 0.57
Hex C4 59 CB 3 38 0 14 128 34 39
Octal 304 131 313 3 70 0 24 450 64 71
Binary 11000100 1011001 11001011 11 111000 0 10100 100101000 110100 111001

Color Harmonies of #C459CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459CB

Black with #C459CB

Text Example


Text Example

White with #C459CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459CB; }

 p { color: rgb(196,89,203); }

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

background-color css

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

 a { background-color: rgb(196,89,203); }

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

border-color css

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

 span { border-color: rgb(196,89,203); }

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