Html Css Color HEX #C42D85 Medium Red Violet

📋 copy color: '#C42D85'

red 196 ◦ green 45 ◦ blue 133

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

Shades of Medium Red Violet #C42D85

Tints of Medium Red Violet #C42D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 52.41%
G = 12.03%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C42D85 (or 0xC42D85) is known color: Medium Red Violet. HEX triplet: C4, 2D and 85. RGB value is (196,45,133). Sum of RGB (Red+Green+Blue) = 196+45+133=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42D85 is #3BD27A. Grayscale: #636363. Windows color (decimal): -3920507 or 8728004. OLE color: 8728004.

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

Color convert

RGB 196 45 133 -
CMYK 0 0.77 0.32 0.23
HSL 325.03º 0.63% 0.47% -
HSV(B) 325.03º 0.77% 0.77% -
XYZ 27.94 15.31 23.67 -
YUV 100.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 196 45 133 0 0.77 0.32 0.23 325.03 0.63 0.47
Hex C4 2D 85 0 4D 20 17 145 3F 2F
Octal 304 55 205 0 115 40 27 505 77 57
Binary 11000100 101101 10000101 0 1001101 100000 10111 101000101 111111 101111

Color Harmonies of #C42D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D85

Black with #C42D85

Text Example


Text Example

White with #C42D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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