Html Css Color HEX #C42A9C Medium Red Violet

📋 copy color: '#C42A9C'

red 196 ◦ green 42 ◦ blue 156

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

Shades of Medium Red Violet #C42A9C

Tints of Medium Red Violet #C42A9C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.66%

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 49.75%
G = 10.66%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C42A9C (or 0xC42A9C) is known color: Medium Red Violet. HEX triplet: C4, 2A and 9C. RGB value is (196,42,156). Sum of RGB (Red+Green+Blue) = 196+42+156=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42A9C is #3BD563. Grayscale: #646464. Windows color (decimal): -3921252 or 10234564. OLE color: 10234564.

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

Color convert

RGB 196 42 156 -
CMYK 0 0.79 0.20 0.23
HSL 315.58º 0.65% 0.47% -
HSV(B) 315.58º 0.79% 0.77% -
XYZ 29.59 15.79 32.94 -
YUV 101.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 196 42 156 0 0.79 0.20 0.23 315.58 0.65 0.47
Hex C4 2A 9C 0 4F 14 17 13C 41 2F
Octal 304 52 234 0 117 24 27 474 101 57
Binary 11000100 101010 10011100 0 1001111 10100 10111 100111100 1000001 101111

Color Harmonies of #C42A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42A9C

Black with #C42A9C

Text Example


Text Example

White with #C42A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42A9C; }

 p { color: rgb(196,42,156); }

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

background-color css

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

 a { background-color: rgb(196,42,156); }

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

border-color css

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

 span { border-color: rgb(196,42,156); }

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