Html Css Color HEX #C42B92 Medium Red Violet

📋 copy color: '#C42B92'

red 196 ◦ green 43 ◦ blue 146

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

Shades of Medium Red Violet #C42B92

Tints of Medium Red Violet #C42B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 50.91%
G = 11.17%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C42B92 (or 0xC42B92) is known color: Medium Red Violet. HEX triplet: C4, 2B and 92. RGB value is (196,43,146). Sum of RGB (Red+Green+Blue) = 196+43+146=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B92 is #3BD46D. Grayscale: #646464. Windows color (decimal): -3921006 or 9579460. OLE color: 9579460.

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

Color convert

RGB 196 43 146 -
CMYK 0 0.78 0.26 0.23
HSL 319.61º 0.64% 0.47% -
HSV(B) 319.61º 0.78% 0.77% -
XYZ 28.82 15.54 28.67 -
YUV 100.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 196 43 146 0 0.78 0.26 0.23 319.61 0.64 0.47
Hex C4 2B 92 0 4E 1A 17 140 40 2F
Octal 304 53 222 0 116 32 27 500 100 57
Binary 11000100 101011 10010010 0 1001110 11010 10111 101000000 1000000 101111

Color Harmonies of #C42B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B92

Black with #C42B92

Text Example


Text Example

White with #C42B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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