Html Css Color HEX #C442AA Fuchsia

📋 copy color: '#C442AA'

red 196 ◦ green 66 ◦ blue 170

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

Shades of Fuchsia #C442AA

Tints of Fuchsia #C442AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 45.37%
G = 15.28%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C442AA (or 0xC442AA) is known color: Fuchsia. HEX triplet: C4, 42 and AA. RGB value is (196,66,170). Sum of RGB (Red+Green+Blue) = 196+66+170=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C442AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442AA is #3BBD55. Grayscale: #747474. Windows color (decimal): -3915094 or 11158212. OLE color: 11158212.

HSL color Cylindrical-coordinate representation of color #C442AA: hue angle of 312º 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 #C442AA is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 170 -
CMYK 0 0.66 0.13 0.23
HSL 312º 0.52% 0.51% -
HSV(B) 312º 0.66% 0.77% -
XYZ 31.97 18.53 39.92 -
YUV 116.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 196 66 170 0 0.66 0.13 0.23 312 0.52 0.51
Hex C4 42 AA 0 42 D 17 138 34 33
Octal 304 102 252 0 102 15 27 470 64 63
Binary 11000100 1000010 10101010 0 1000010 1101 10111 100111000 110100 110011

Color Harmonies of #C442AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442AA

Black with #C442AA

Text Example


Text Example

White with #C442AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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