Html Css Color HEX #C42DAD Fuchsia

📋 copy color: '#C42DAD'

red 196 ◦ green 45 ◦ blue 173

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

Shades of Fuchsia #C42DAD

Tints of Fuchsia #C42DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.87%

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

R = 47.34%
G = 10.87%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C42DAD (or 0xC42DAD) is known color: Fuchsia. HEX triplet: C4, 2D and AD. RGB value is (196,45,173). Sum of RGB (Red+Green+Blue) = 196+45+173=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DAD is #3BD252. Grayscale: #686868. Windows color (decimal): -3920467 or 11349444. OLE color: 11349444.

HSL color Cylindrical-coordinate representation of color #C42DAD: hue angle of 309.14º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DAD is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 173 -
CMYK 0 0.77 0.12 0.23
HSL 309.14º 0.63% 0.47% -
HSV(B) 309.14º 0.77% 0.77% -
XYZ 31.25 16.63 41.1 -
YUV 104.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 196 45 173 0 0.77 0.12 0.23 309.14 0.63 0.47
Hex C4 2D AD 0 4D C 17 135 3F 2F
Octal 304 55 255 0 115 14 27 465 77 57
Binary 11000100 101101 10101101 0 1001101 1100 10111 100110101 111111 101111

Color Harmonies of #C42DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DAD

Black with #C42DAD

Text Example


Text Example

White with #C42DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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