Html Css Color HEX #C442AB Fuchsia

📋 copy color: '#C442AB'

red 196 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #C442AB

Tints of Fuchsia #C442AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 45.27%
G = 15.24%
B = 39.49%

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

#C442AB (or 0xC442AB) is known color: Fuchsia. HEX triplet: C4, 42 and AB. RGB value is (196,66,171). Sum of RGB (Red+Green+Blue) = 196+66+171=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C442AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442AB is #3BBD54. Grayscale: #747474. Windows color (decimal): -3915093 or 11223748. OLE color: 11223748.

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

Color convert

RGB 196 66 171 -
CMYK 0 0.66 0.13 0.23
HSL 311.54º 0.52% 0.51% -
HSV(B) 311.54º 0.66% 0.77% -
XYZ 32.06 18.57 40.42 -
YUV 116.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 196 66 171 0 0.66 0.13 0.23 311.54 0.52 0.51
Hex C4 42 AB 0 42 D 17 138 34 33
Octal 304 102 253 0 102 15 27 470 64 63
Binary 11000100 1000010 10101011 0 1000010 1101 10111 100111000 110100 110011

Color Harmonies of #C442AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442AB

Black with #C442AB

Text Example


Text Example

White with #C442AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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