Html Css Color HEX #C442AD Fuchsia

📋 copy color: '#C442AD'

red 196 ◦ green 66 ◦ blue 173

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

Shades of Fuchsia #C442AD

Tints of Fuchsia #C442AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 45.06%
G = 15.17%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C442AD (or 0xC442AD) is known color: Fuchsia. HEX triplet: C4, 42 and AD. RGB value is (196,66,173). Sum of RGB (Red+Green+Blue) = 196+66+173=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C442AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442AD is #3BBD52. Grayscale: #747474. Windows color (decimal): -3915091 or 11354820. OLE color: 11354820.

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

Color convert

RGB 196 66 173 -
CMYK 0 0.66 0.12 0.23
HSL 310.62º 0.52% 0.51% -
HSV(B) 310.62º 0.66% 0.77% -
XYZ 32.26 18.65 41.43 -
YUV 117.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 196 66 173 0 0.66 0.12 0.23 310.62 0.52 0.51
Hex C4 42 AD 0 42 C 17 137 34 33
Octal 304 102 255 0 102 14 27 467 64 63
Binary 11000100 1000010 10101101 0 1000010 1100 10111 100110111 110100 110011

Color Harmonies of #C442AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442AD

Black with #C442AD

Text Example


Text Example

White with #C442AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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