Html Css Color HEX #C42B87 Medium Red Violet

📋 copy color: '#C42B87'

red 196 ◦ green 43 ◦ blue 135

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

Shades of Medium Red Violet #C42B87

Tints of Medium Red Violet #C42B87

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.5%

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

R = 52.41%
G = 11.5%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C42B87 (or 0xC42B87) is known color: Medium Red Violet. HEX triplet: C4, 2B and 87. RGB value is (196,43,135). Sum of RGB (Red+Green+Blue) = 196+43+135=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B87 is #3BD478. Grayscale: #636363. Windows color (decimal): -3921017 or 8858564. OLE color: 8858564.

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

Color convert

RGB 196 43 135 -
CMYK 0 0.78 0.31 0.23
HSL 323.92º 0.64% 0.47% -
HSV(B) 323.92º 0.78% 0.77% -
XYZ 28 15.21 24.38 -
YUV 99.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 196 43 135 0 0.78 0.31 0.23 323.92 0.64 0.47
Hex C4 2B 87 0 4E 1F 17 144 40 2F
Octal 304 53 207 0 116 37 27 504 100 57
Binary 11000100 101011 10000111 0 1001110 11111 10111 101000100 1000000 101111

Color Harmonies of #C42B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B87

Black with #C42B87

Text Example


Text Example

White with #C42B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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