Html Css Color HEX #C42CAB Medium Red Violet

📋 copy color: '#C42CAB'

red 196 ◦ green 44 ◦ blue 171

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

Shades of Medium Red Violet #C42CAB

Tints of Medium Red Violet #C42CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

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

R = 47.69%
G = 10.71%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C42CAB (or 0xC42CAB) is known color: Medium Red Violet. HEX triplet: C4, 2C and AB. RGB value is (196,44,171). Sum of RGB (Red+Green+Blue) = 196+44+171=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C42CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42CAB is #3BD354. Grayscale: #676767. Windows color (decimal): -3920725 or 11218116. OLE color: 11218116.

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

Color convert

RGB 196 44 171 -
CMYK 0 0.78 0.13 0.23
HSL 309.87º 0.63% 0.47% -
HSV(B) 309.87º 0.78% 0.77% -
XYZ 31.02 16.48 40.07 -
YUV 103.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 196 44 171 0 0.78 0.13 0.23 309.87 0.63 0.47
Hex C4 2C AB 0 4E D 17 136 3F 2F
Octal 304 54 253 0 116 15 27 466 77 57
Binary 11000100 101100 10101011 0 1001110 1101 10111 100110110 111111 101111

Color Harmonies of #C42CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CAB

Black with #C42CAB

Text Example


Text Example

White with #C42CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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