Html Css Color HEX #C42DAB Medium Red Violet

📋 copy color: '#C42DAB'

red 196 ◦ green 45 ◦ blue 171

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

Shades of Medium Red Violet #C42DAB

Tints of Medium Red Violet #C42DAB

RGB

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

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

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

R = 47.57%
G = 10.92%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C42DAB (or 0xC42DAB) is known color: Medium Red Violet. HEX triplet: C4, 2D and AB. RGB value is (196,45,171). Sum of RGB (Red+Green+Blue) = 196+45+171=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DAB is #3BD254. Grayscale: #686868. Windows color (decimal): -3920469 or 11218372. OLE color: 11218372.

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

Color convert

RGB 196 45 171 -
CMYK 0 0.77 0.13 0.23
HSL 309.93º 0.63% 0.47% -
HSV(B) 309.93º 0.77% 0.77% -
XYZ 31.05 16.55 40.09 -
YUV 104.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 196 45 171 0 0.77 0.13 0.23 309.93 0.63 0.47
Hex C4 2D AB 0 4D D 17 136 3F 2F
Octal 304 55 253 0 115 15 27 466 77 57
Binary 11000100 101101 10101011 0 1001101 1101 10111 100110110 111111 101111

Color Harmonies of #C42DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DAB

Black with #C42DAB

Text Example


Text Example

White with #C42DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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