Html Css Color HEX #C42CCC Fuchsia

📋 copy color: '#C42CCC'

red 196 ◦ green 44 ◦ blue 204

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

Shades of Fuchsia #C42CCC

Tints of Fuchsia #C42CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.91%

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

R = 44.14%
G = 9.91%
B = 45.95%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C42CCC (or 0xC42CCC) is known color: Fuchsia. HEX triplet: C4, 2C and CC. RGB value is (196,44,204). Sum of RGB (Red+Green+Blue) = 196+44+204=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #C42CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CCC is #3BD333. Grayscale: #6B6B6B. Windows color (decimal): -3920692 or 13380804. OLE color: 13380804.

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

Color convert

RGB 196 44 204 -
CMYK 0.04 0.78 0 0.2
HSL 297º 0.65% 0.49% -
HSV(B) 297º 0.78% 0.8% -
XYZ 34.56 17.9 58.76 -
YUV 107.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 196 44 204 0.04 0.78 0 0.2 297 0.65 0.49
Hex C4 2C CC 4 4E 0 14 129 41 31
Octal 304 54 314 4 116 0 24 451 101 61
Binary 11000100 101100 11001100 100 1001110 0 10100 100101001 1000001 110001

Color Harmonies of #C42CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CCC

Black with #C42CCC

Text Example


Text Example

White with #C42CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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