Html Css Color HEX #C42D9F Medium Red Violet

📋 copy color: '#C42D9F'

red 196 ◦ green 45 ◦ blue 159

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

Shades of Medium Red Violet #C42D9F

Tints of Medium Red Violet #C42D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 49%
G = 11.25%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C42D9F (or 0xC42D9F) is known color: Medium Red Violet. HEX triplet: C4, 2D and 9F. RGB value is (196,45,159). Sum of RGB (Red+Green+Blue) = 196+45+159=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42D9F is #3BD260. Grayscale: #666666. Windows color (decimal): -3920481 or 10431940. OLE color: 10431940.

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

Color convert

RGB 196 45 159 -
CMYK 0 0.77 0.19 0.23
HSL 314.7º 0.63% 0.47% -
HSV(B) 314.7º 0.77% 0.77% -
XYZ 29.96 16.12 34.33 -
YUV 103.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 196 45 159 0 0.77 0.19 0.23 314.7 0.63 0.47
Hex C4 2D 9F 0 4D 13 17 13B 3F 2F
Octal 304 55 237 0 115 23 27 473 77 57
Binary 11000100 101101 10011111 0 1001101 10011 10111 100111011 111111 101111

Color Harmonies of #C42D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D9F

Black with #C42D9F

Text Example


Text Example

White with #C42D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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