Html Css Color HEX #C42B94 Medium Red Violet

📋 copy color: '#C42B94'

red 196 ◦ green 43 ◦ blue 148

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

Shades of Medium Red Violet #C42B94

Tints of Medium Red Violet #C42B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 50.65%
G = 11.11%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C42B94 (or 0xC42B94) is known color: Medium Red Violet. HEX triplet: C4, 2B and 94. RGB value is (196,43,148). Sum of RGB (Red+Green+Blue) = 196+43+148=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B94 is #3BD46B. Grayscale: #646464. Windows color (decimal): -3921004 or 9710532. OLE color: 9710532.

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

Color convert

RGB 196 43 148 -
CMYK 0 0.78 0.24 0.23
HSL 318.82º 0.64% 0.47% -
HSV(B) 318.82º 0.78% 0.77% -
XYZ 28.97 15.6 29.5 -
YUV 100.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 196 43 148 0 0.78 0.24 0.23 318.82 0.64 0.47
Hex C4 2B 94 0 4E 18 17 13F 40 2F
Octal 304 53 224 0 116 30 27 477 100 57
Binary 11000100 101011 10010100 0 1001110 11000 10111 100111111 1000000 101111

Color Harmonies of #C42B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B94

Black with #C42B94

Text Example


Text Example

White with #C42B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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