Html Css Color HEX #C42B88 Medium Red Violet

📋 copy color: '#C42B88'

red 196 ◦ green 43 ◦ blue 136

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

Shades of Medium Red Violet #C42B88

Tints of Medium Red Violet #C42B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 52.27%
G = 11.47%
B = 36.27%

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

#C42B88 (or 0xC42B88) is known color: Medium Red Violet. HEX triplet: C4, 2B and 88. RGB value is (196,43,136). Sum of RGB (Red+Green+Blue) = 196+43+136=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B88 is #3BD477. Grayscale: #636363. Windows color (decimal): -3921016 or 8924100. OLE color: 8924100.

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

Color convert

RGB 196 43 136 -
CMYK 0 0.78 0.31 0.23
HSL 323.53º 0.64% 0.47% -
HSV(B) 323.53º 0.78% 0.77% -
XYZ 28.07 15.24 24.75 -
YUV 99.35 148.69 196.94 -
System Red Green Blue C M Y K H S L
Decimal 196 43 136 0 0.78 0.31 0.23 323.53 0.64 0.47
Hex C4 2B 88 0 4E 1F 17 144 40 2F
Octal 304 53 210 0 116 37 27 504 100 57
Binary 11000100 101011 10001000 0 1001110 11111 10111 101000100 1000000 101111

Color Harmonies of #C42B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B88

Black with #C42B88

Text Example


Text Example

White with #C42B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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