Html Css Color HEX #C464CC Fuchsia

📋 copy color: '#C464CC'

red 196 ◦ green 100 ◦ blue 204

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

Shades of Fuchsia #C464CC

Tints of Fuchsia #C464CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 39.2%
G = 20%
B = 40.8%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C464CC (or 0xC464CC) is known color: Fuchsia. HEX triplet: C4, 64 and CC. RGB value is (196,100,204). Sum of RGB (Red+Green+Blue) = 196+100+204=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #C464CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464CC is #3B9B33. Grayscale: #8C8C8C. Windows color (decimal): -3906356 or 13395140. OLE color: 13395140.

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

Color convert

RGB 196 100 204 -
CMYK 0.04 0.51 0 0.2
HSL 295.38º 0.5% 0.6% -
HSV(B) 295.38º 0.51% 0.8% -
XYZ 38.22 25.21 59.98 -
YUV 140.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 196 100 204 0.04 0.51 0 0.2 295.38 0.5 0.6
Hex C4 64 CC 4 33 0 14 127 32 3C
Octal 304 144 314 4 63 0 24 447 62 74
Binary 11000100 1100100 11001100 100 110011 0 10100 100100111 110010 111100

Color Harmonies of #C464CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464CC

Black with #C464CC

Text Example


Text Example

White with #C464CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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