Html Css Color HEX #C02898 Medium Red Violet

📋 copy color: '#C02898'

red 192 ◦ green 40 ◦ blue 152

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

Shades of Medium Red Violet #C02898

Tints of Medium Red Violet #C02898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.42%

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

R = 50%
G = 10.42%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C02898 (or 0xC02898) is known color: Medium Red Violet. HEX triplet: C0, 28 and 98. RGB value is (192,40,152). Sum of RGB (Red+Green+Blue) = 192+40+152=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C02898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02898 is #3FD767. Grayscale: #616161. Windows color (decimal): -4183912 or 9971904. OLE color: 9971904.

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

Color convert

RGB 192 40 152 -
CMYK 0 0.79 0.21 0.25
HSL 315.79º 0.66% 0.45% -
HSV(B) 315.79º 0.79% 0.75% -
XYZ 28.16 14.99 31.11 -
YUV 98.22 158.36 194.89 -
System Red Green Blue C M Y K H S L
Decimal 192 40 152 0 0.79 0.21 0.25 315.79 0.66 0.45
Hex C0 28 98 0 4F 15 19 13C 42 2D
Octal 300 50 230 0 117 25 31 474 102 55
Binary 11000000 101000 10011000 0 1001111 10101 11001 100111100 1000010 101101

Color Harmonies of #C02898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02898

Black with #C02898

Text Example


Text Example

White with #C02898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02898; }

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

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

background-color css

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

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

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

border-color css

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

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

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