Html Css Color HEX #C42087 Medium Violet Red

📋 copy color: '#C42087'

red 196 ◦ green 32 ◦ blue 135

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

Shades of Medium Violet Red #C42087

Tints of Medium Violet Red #C42087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.82%

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 53.99%
G = 8.82%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C42087 (or 0xC42087) is known color: Medium Violet Red. HEX triplet: C4, 20 and 87. RGB value is (196,32,135). Sum of RGB (Red+Green+Blue) = 196+32+135=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C42087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42087 is #3BDF78. Grayscale: #5C5C5C. Windows color (decimal): -3923833 or 8855748. OLE color: 8855748.

HSL color Cylindrical-coordinate representation of color #C42087: hue angle of 322.32º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42087 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 135 -
CMYK 0 0.84 0.31 0.23
HSL 322.32º 0.72% 0.45% -
HSV(B) 322.32º 0.84% 0.77% -
XYZ 27.65 14.52 24.27 -
YUV 92.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 196 32 135 0 0.84 0.31 0.23 322.32 0.72 0.45
Hex C4 20 87 0 54 1F 17 142 48 2D
Octal 304 40 207 0 124 37 27 502 110 55
Binary 11000100 100000 10000111 0 1010100 11111 10111 101000010 1001000 101101

Color Harmonies of #C42087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42087

Black with #C42087

Text Example


Text Example

White with #C42087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42087; }

 p { color: rgb(196,32,135); }

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

background-color css

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

 a { background-color: rgb(196,32,135); }

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

border-color css

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

 span { border-color: rgb(196,32,135); }

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