Html Css Color HEX #C442CC Fuchsia

📋 copy color: '#C442CC'

red 196 ◦ green 66 ◦ blue 204

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

Shades of Fuchsia #C442CC

Tints of Fuchsia #C442CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.16%

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

R = 42.06%
G = 14.16%
B = 43.78%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C442CC (or 0xC442CC) is known color: Fuchsia. HEX triplet: C4, 42 and CC. RGB value is (196,66,204). Sum of RGB (Red+Green+Blue) = 196+66+204=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #C442CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442CC is #3BBD33. Grayscale: #787878. Windows color (decimal): -3915060 or 13386436. OLE color: 13386436.

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

Color convert

RGB 196 66 204 -
CMYK 0.04 0.68 0 0.2
HSL 296.52º 0.58% 0.53% -
HSV(B) 296.52º 0.68% 0.8% -
XYZ 35.61 19.99 59.11 -
YUV 120.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 196 66 204 0.04 0.68 0 0.2 296.52 0.58 0.53
Hex C4 42 CC 4 44 0 14 129 3A 35
Octal 304 102 314 4 104 0 24 451 72 65
Binary 11000100 1000010 11001100 100 1000100 0 10100 100101001 111010 110101

Color Harmonies of #C442CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442CC

Black with #C442CC

Text Example


Text Example

White with #C442CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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