Html Css Color HEX #C442C0 Fuchsia

📋 copy color: '#C442C0'

red 196 ◦ green 66 ◦ blue 192

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

Shades of Fuchsia #C442C0

Tints of Fuchsia #C442C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 43.17%
G = 14.54%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C442C0 (or 0xC442C0) is known color: Fuchsia. HEX triplet: C4, 42 and C0. RGB value is (196,66,192). Sum of RGB (Red+Green+Blue) = 196+66+192=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C442C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442C0 is #3BBD3F. Grayscale: #767676. Windows color (decimal): -3915072 or 12600004. OLE color: 12600004.

HSL color Cylindrical-coordinate representation of color #C442C0: hue angle of 301.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C442C0 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 192 -
CMYK 0 0.66 0.02 0.23
HSL 301.85º 0.52% 0.51% -
HSV(B) 301.85º 0.66% 0.77% -
XYZ 34.23 19.44 51.82 -
YUV 119.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 196 66 192 0 0.66 0.02 0.23 301.85 0.52 0.51
Hex C4 42 C0 0 42 2 17 12E 34 33
Octal 304 102 300 0 102 2 27 456 64 63
Binary 11000100 1000010 11000000 0 1000010 10 10111 100101110 110100 110011

Color Harmonies of #C442C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442C0

Black with #C442C0

Text Example


Text Example

White with #C442C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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