Html Css Color HEX #C02398 Medium Violet Red

📋 copy color: '#C02398'

red 192 ◦ green 35 ◦ blue 152

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

Shades of Medium Violet Red #C02398

Tints of Medium Violet Red #C02398

RGB

 RED value IS 192 (75.39% from 255) = 50.66%

 GREEN value IS 35 (14.06% from 255) = 9.23%

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

R = 50.66%
G = 9.23%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C02398 (or 0xC02398) is known color: Medium Violet Red. HEX triplet: C0, 23 and 98. RGB value is (192,35,152). Sum of RGB (Red+Green+Blue) = 192+35+152=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C02398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02398 is #3FDC67. Grayscale: #5E5E5E. Windows color (decimal): -4185192 or 9970624. OLE color: 9970624.

HSL color Cylindrical-coordinate representation of color #C02398: hue angle of 315.29º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02398 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 152 -
CMYK 0 0.82 0.21 0.25
HSL 315.29º 0.69% 0.45% -
HSV(B) 315.29º 0.82% 0.75% -
XYZ 28.01 14.68 31.06 -
YUV 95.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 192 35 152 0 0.82 0.21 0.25 315.29 0.69 0.45
Hex C0 23 98 0 52 15 19 13B 45 2D
Octal 300 43 230 0 122 25 31 473 105 55
Binary 11000000 100011 10011000 0 1010010 10101 11001 100111011 1000101 101101

Color Harmonies of #C02398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02398

Black with #C02398

Text Example


Text Example

White with #C02398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02398; }

 p { color: rgb(192,35,152); }

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

background-color css

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

 a { background-color: rgb(192,35,152); }

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

border-color css

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

 span { border-color: rgb(192,35,152); }

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