Html Css Color HEX #C42E9F Medium Red Violet

📋 copy color: '#C42E9F'

red 196 ◦ green 46 ◦ blue 159

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

Shades of Medium Red Violet #C42E9F

Tints of Medium Red Violet #C42E9F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.47%

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

R = 48.88%
G = 11.47%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C42E9F (or 0xC42E9F) is known color: Medium Red Violet. HEX triplet: C4, 2E and 9F. RGB value is (196,46,159). Sum of RGB (Red+Green+Blue) = 196+46+159=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42E9F is #3BD160. Grayscale: #676767. Windows color (decimal): -3920225 or 10432196. OLE color: 10432196.

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

Color convert

RGB 196 46 159 -
CMYK 0 0.77 0.19 0.23
HSL 314.8º 0.62% 0.47% -
HSV(B) 314.8º 0.77% 0.77% -
XYZ 30 16.19 34.35 -
YUV 103.73 159.2 193.81 -
System Red Green Blue C M Y K H S L
Decimal 196 46 159 0 0.77 0.19 0.23 314.8 0.62 0.47
Hex C4 2E 9F 0 4D 13 17 13B 3E 2F
Octal 304 56 237 0 115 23 27 473 76 57
Binary 11000100 101110 10011111 0 1001101 10011 10111 100111011 111110 101111

Color Harmonies of #C42E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42E9F

Black with #C42E9F

Text Example


Text Example

White with #C42E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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