Html Css Color HEX #C42B9F Medium Red Violet

📋 copy color: '#C42B9F'

red 196 ◦ green 43 ◦ blue 159

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

Shades of Medium Red Violet #C42B9F

Tints of Medium Red Violet #C42B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 49.25%
G = 10.8%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C42B9F (or 0xC42B9F) is known color: Medium Red Violet. HEX triplet: C4, 2B and 9F. RGB value is (196,43,159). Sum of RGB (Red+Green+Blue) = 196+43+159=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B9F is #3BD460. Grayscale: #656565. Windows color (decimal): -3920993 or 10431428. OLE color: 10431428.

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

Color convert

RGB 196 43 159 -
CMYK 0 0.78 0.19 0.23
HSL 314.51º 0.64% 0.47% -
HSV(B) 314.51º 0.78% 0.77% -
XYZ 29.89 15.97 34.31 -
YUV 101.97 160.19 195.07 -
System Red Green Blue C M Y K H S L
Decimal 196 43 159 0 0.78 0.19 0.23 314.51 0.64 0.47
Hex C4 2B 9F 0 4E 13 17 13B 40 2F
Octal 304 53 237 0 116 23 27 473 100 57
Binary 11000100 101011 10011111 0 1001110 10011 10111 100111011 1000000 101111

Color Harmonies of #C42B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B9F

Black with #C42B9F

Text Example


Text Example

White with #C42B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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