Html Css Color HEX #C42D7D Medium Red Violet

📋 copy color: '#C42D7D'

red 196 ◦ green 45 ◦ blue 125

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

Shades of Medium Red Violet #C42D7D

Tints of Medium Red Violet #C42D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 53.55%
G = 12.3%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C42D7D (or 0xC42D7D) is known color: Medium Red Violet. HEX triplet: C4, 2D and 7D. RGB value is (196,45,125). Sum of RGB (Red+Green+Blue) = 196+45+125=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42D7D is #3BD282. Grayscale: #636363. Windows color (decimal): -3920515 or 8203716. OLE color: 8203716.

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

Color convert

RGB 196 45 125 -
CMYK 0 0.77 0.36 0.23
HSL 328.21º 0.63% 0.47% -
HSV(B) 328.21º 0.77% 0.77% -
XYZ 27.41 15.09 20.87 -
YUV 99.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 196 45 125 0 0.77 0.36 0.23 328.21 0.63 0.47
Hex C4 2D 7D 0 4D 24 17 148 3F 2F
Octal 304 55 175 0 115 44 27 510 77 57
Binary 11000100 101101 1111101 0 1001101 100100 10111 101001000 111111 101111

Color Harmonies of #C42D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D7D

Black with #C42D7D

Text Example


Text Example

White with #C42D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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