Html Css Color HEX #C42D9A Medium Red Violet

📋 copy color: '#C42D9A'

red 196 ◦ green 45 ◦ blue 154

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

Shades of Medium Red Violet #C42D9A

Tints of Medium Red Violet #C42D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 49.62%
G = 11.39%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C42D9A (or 0xC42D9A) is known color: Medium Red Violet. HEX triplet: C4, 2D and 9A. RGB value is (196,45,154). Sum of RGB (Red+Green+Blue) = 196+45+154=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42D9A is #3BD265. Grayscale: #666666. Windows color (decimal): -3920486 or 10104260. OLE color: 10104260.

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

Color convert

RGB 196 45 154 -
CMYK 0 0.77 0.21 0.23
HSL 316.69º 0.63% 0.47% -
HSV(B) 316.69º 0.77% 0.77% -
XYZ 29.54 15.95 32.09 -
YUV 102.58 157.03 194.64 -
System Red Green Blue C M Y K H S L
Decimal 196 45 154 0 0.77 0.21 0.23 316.69 0.63 0.47
Hex C4 2D 9A 0 4D 15 17 13D 3F 2F
Octal 304 55 232 0 115 25 27 475 77 57
Binary 11000100 101101 10011010 0 1001101 10101 10111 100111101 111111 101111

Color Harmonies of #C42D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D9A

Black with #C42D9A

Text Example


Text Example

White with #C42D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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