Html Css Color HEX #C464CB Fuchsia

📋 copy color: '#C464CB'

red 196 ◦ green 100 ◦ blue 203

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

Shades of Fuchsia #C464CB

Tints of Fuchsia #C464CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.04%

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

R = 39.28%
G = 20.04%
B = 40.68%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C464CB (or 0xC464CB) is known color: Fuchsia. HEX triplet: C4, 64 and CB. RGB value is (196,100,203). Sum of RGB (Red+Green+Blue) = 196+100+203=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #C464CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464CB is #3B9B34. Grayscale: #8C8C8C. Windows color (decimal): -3906357 or 13329604. OLE color: 13329604.

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

Color convert

RGB 196 100 203 -
CMYK 0.03 0.51 0 0.20
HSL 295.92º 0.5% 0.59% -
HSV(B) 295.92º 0.51% 0.8% -
XYZ 38.1 25.16 59.35 -
YUV 140.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 196 100 203 0.03 0.51 0 0.20 295.92 0.5 0.59
Hex C4 64 CB 3 33 0 14 128 32 3B
Octal 304 144 313 3 63 0 24 450 62 73
Binary 11000100 1100100 11001011 11 110011 0 10100 100101000 110010 111011

Color Harmonies of #C464CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464CB

Black with #C464CB

Text Example


Text Example

White with #C464CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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