Html Css Color HEX #C256CB Fuchsia

📋 copy color: '#C256CB'

red 194 ◦ green 86 ◦ blue 203

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

Shades of Fuchsia #C256CB

Tints of Fuchsia #C256CB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.81%

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

R = 40.17%
G = 17.81%
B = 42.03%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C256CB (or 0xC256CB) is known color: Fuchsia. HEX triplet: C2, 56 and CB. RGB value is (194,86,203). Sum of RGB (Red+Green+Blue) = 194+86+203=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #C256CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256CB is #3DA934. Grayscale: #838383. Windows color (decimal): -4041013 or 13326018. OLE color: 13326018.

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

Color convert

RGB 194 86 203 -
CMYK 0.04 0.58 0 0.20
HSL 295.38º 0.53% 0.57% -
HSV(B) 295.38º 0.58% 0.8% -
XYZ 36.36 22.44 58.91 -
YUV 131.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 194 86 203 0.04 0.58 0 0.20 295.38 0.53 0.57
Hex C2 56 CB 4 3A 0 14 127 35 39
Octal 302 126 313 4 72 0 24 447 65 71
Binary 11000010 1010110 11001011 100 111010 0 10100 100100111 110101 111001

Color Harmonies of #C256CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256CB

Black with #C256CB

Text Example


Text Example

White with #C256CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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