Html Css Color HEX #C40298 Medium Violet Red

📋 copy color: '#C40298'

red 196 ◦ green 2 ◦ blue 152

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

Shades of Medium Violet Red #C40298

Tints of Medium Violet Red #C40298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 56%
G = 0.57%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C40298 (or 0xC40298) is known color: Medium Violet Red. HEX triplet: C4, 02 and 98. RGB value is (196,2,152). Sum of RGB (Red+Green+Blue) = 196+2+152=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C40298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40298 is #3BFD67. Grayscale: #4C4C4C. Windows color (decimal): -3931496 or 9962180. OLE color: 9962180.

HSL color Cylindrical-coordinate representation of color #C40298: hue angle of 313.61º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40298 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 152 -
CMYK 0 0.99 0.22 0.23
HSL 313.61º 0.98% 0.39% -
HSV(B) 313.61º 0.99% 0.77% -
XYZ 28.45 14.05 30.92 -
YUV 77.11 170.27 212.8 -
System Red Green Blue C M Y K H S L
Decimal 196 2 152 0 0.99 0.22 0.23 313.61 0.98 0.39
Hex C4 2 98 0 63 16 17 13A 62 27
Octal 304 2 230 0 143 26 27 472 142 47
Binary 11000100 10 10011000 0 1100011 10110 10111 100111010 1100010 100111

Color Harmonies of #C40298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40298

Black with #C40298

Text Example


Text Example

White with #C40298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40298; }

 p { color: rgb(196,2,152); }

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

background-color css

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

 a { background-color: rgb(196,2,152); }

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

border-color css

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

 span { border-color: rgb(196,2,152); }

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