Html Css Color HEX #C02298 Medium Violet Red

📋 copy color: '#C02298'

red 192 ◦ green 34 ◦ blue 152

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

Shades of Medium Violet Red #C02298

Tints of Medium Violet Red #C02298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.99%

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

R = 50.79%
G = 8.99%
B = 40.21%

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

#C02298 (or 0xC02298) is known color: Medium Violet Red. HEX triplet: C0, 22 and 98. RGB value is (192,34,152). Sum of RGB (Red+Green+Blue) = 192+34+152=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C02298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02298 is #3FDD67. Grayscale: #5E5E5E. Windows color (decimal): -4185448 or 9970368. OLE color: 9970368.

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

Color convert

RGB 192 34 152 -
CMYK 0 0.82 0.21 0.25
HSL 315.19º 0.7% 0.44% -
HSV(B) 315.19º 0.82% 0.75% -
XYZ 27.98 14.62 31.05 -
YUV 94.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 192 34 152 0 0.82 0.21 0.25 315.19 0.7 0.44
Hex C0 22 98 0 52 15 19 13B 46 2C
Octal 300 42 230 0 122 25 31 473 106 54
Binary 11000000 100010 10011000 0 1010010 10101 11001 100111011 1000110 101100

Color Harmonies of #C02298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02298

Black with #C02298

Text Example


Text Example

White with #C02298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02298; }

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

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

background-color css

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

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

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

border-color css

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

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

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