Html Css Color HEX #C02788 Medium Red Violet

📋 copy color: '#C02788'

red 192 ◦ green 39 ◦ blue 136

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

Shades of Medium Red Violet #C02788

Tints of Medium Red Violet #C02788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.63%

 BLUE value IS 136 (53.52% from 255) = 37.06%

R = 52.32%
G = 10.63%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C02788 (or 0xC02788) is known color: Medium Red Violet. HEX triplet: C0, 27 and 88. RGB value is (192,39,136). Sum of RGB (Red+Green+Blue) = 192+39+136=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C02788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02788 is #3FD877. Grayscale: #5F5F5F. Windows color (decimal): -4184184 or 8923072. OLE color: 8923072.

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

Color convert

RGB 192 39 136 -
CMYK 0 0.80 0.29 0.25
HSL 321.96º 0.66% 0.45% -
HSV(B) 321.96º 0.8% 0.75% -
XYZ 26.91 14.44 24.66 -
YUV 95.81 150.69 196.61 -
System Red Green Blue C M Y K H S L
Decimal 192 39 136 0 0.80 0.29 0.25 321.96 0.66 0.45
Hex C0 27 88 0 50 1D 19 142 42 2D
Octal 300 47 210 0 120 35 31 502 102 55
Binary 11000000 100111 10001000 0 1010000 11101 11001 101000010 1000010 101101

Color Harmonies of #C02788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02788

Black with #C02788

Text Example


Text Example

White with #C02788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02788; }

 p { color: rgb(192,39,136); }

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

background-color css

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

 a { background-color: rgb(192,39,136); }

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

border-color css

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

 span { border-color: rgb(192,39,136); }

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