Html Css Color HEX #C42D9C Medium Red Violet

📋 copy color: '#C42D9C'

red 196 ◦ green 45 ◦ blue 156

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

Shades of Medium Red Violet #C42D9C

Tints of Medium Red Violet #C42D9C

RGB

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

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

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

R = 49.37%
G = 11.34%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C42D9C (or 0xC42D9C) is known color: Medium Red Violet. HEX triplet: C4, 2D and 9C. RGB value is (196,45,156). Sum of RGB (Red+Green+Blue) = 196+45+156=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42D9C is #3BD263. Grayscale: #666666. Windows color (decimal): -3920484 or 10235332. OLE color: 10235332.

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

Color convert

RGB 196 45 156 -
CMYK 0 0.77 0.20 0.23
HSL 315.89º 0.63% 0.47% -
HSV(B) 315.89º 0.77% 0.77% -
XYZ 29.7 16.01 32.98 -
YUV 102.8 158.03 194.47 -
System Red Green Blue C M Y K H S L
Decimal 196 45 156 0 0.77 0.20 0.23 315.89 0.63 0.47
Hex C4 2D 9C 0 4D 14 17 13C 3F 2F
Octal 304 55 234 0 115 24 27 474 77 57
Binary 11000100 101101 10011100 0 1001101 10100 10111 100111100 111111 101111

Color Harmonies of #C42D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D9C

Black with #C42D9C

Text Example


Text Example

White with #C42D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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