Html Css Color HEX #C442CA Fuchsia

📋 copy color: '#C442CA'

red 196 ◦ green 66 ◦ blue 202

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

Shades of Fuchsia #C442CA

Tints of Fuchsia #C442CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 42.24%
G = 14.22%
B = 43.53%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C442CA (or 0xC442CA) is known color: Fuchsia. HEX triplet: C4, 42 and CA. RGB value is (196,66,202). Sum of RGB (Red+Green+Blue) = 196+66+202=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #C442CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442CA is #3BBD35. Grayscale: #777777. Windows color (decimal): -3915062 or 13255364. OLE color: 13255364.

HSL color Cylindrical-coordinate representation of color #C442CA: hue angle of 297.35º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C442CA is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 66 202 -
CMYK 0.03 0.67 0 0.21
HSL 297.35º 0.56% 0.53% -
HSV(B) 297.35º 0.67% 0.79% -
XYZ 35.37 19.9 57.85 -
YUV 120.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 196 66 202 0.03 0.67 0 0.21 297.35 0.56 0.53
Hex C4 42 CA 3 43 0 15 129 38 35
Octal 304 102 312 3 103 0 25 451 70 65
Binary 11000100 1000010 11001010 11 1000011 0 10101 100101001 111000 110101

Color Harmonies of #C442CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442CA

Black with #C442CA

Text Example


Text Example

White with #C442CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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