Html Css Color HEX #C259CB Fuchsia

📋 copy color: '#C259CB'

red 194 ◦ green 89 ◦ blue 203

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

Shades of Fuchsia #C259CB

Tints of Fuchsia #C259CB

RGB

 RED value IS 194 (76.17% from 255) = 39.92%

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

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

R = 39.92%
G = 18.31%
B = 41.77%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C259CB (or 0xC259CB) is known color: Fuchsia. HEX triplet: C2, 59 and CB. RGB value is (194,89,203). Sum of RGB (Red+Green+Blue) = 194+89+203=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C259CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259CB is #3DA634. Grayscale: #858585. Windows color (decimal): -4040245 or 13326786. OLE color: 13326786.

HSL color Cylindrical-coordinate representation of color #C259CB: hue angle of 295.26º 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 #C259CB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 89 203 -
CMYK 0.04 0.56 0 0.20
HSL 295.26º 0.52% 0.57% -
HSV(B) 295.26º 0.56% 0.8% -
XYZ 36.6 22.93 59 -
YUV 133.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 194 89 203 0.04 0.56 0 0.20 295.26 0.52 0.57
Hex C2 59 CB 4 38 0 14 127 34 39
Octal 302 131 313 4 70 0 24 447 64 71
Binary 11000010 1011001 11001011 100 111000 0 10100 100100111 110100 111001

Color Harmonies of #C259CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259CB

Black with #C259CB

Text Example


Text Example

White with #C259CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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