Html Css Color HEX #C02588 Medium Red Violet

📋 copy color: '#C02588'

red 192 ◦ green 37 ◦ blue 136

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

Shades of Medium Red Violet #C02588

Tints of Medium Red Violet #C02588

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.14%

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

R = 52.6%
G = 10.14%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C02588 (or 0xC02588) is known color: Medium Red Violet. HEX triplet: C0, 25 and 88. RGB value is (192,37,136). Sum of RGB (Red+Green+Blue) = 192+37+136=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C02588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02588 is #3FDA77. Grayscale: #5E5E5E. Windows color (decimal): -4184696 or 8922560. OLE color: 8922560.

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

Color convert

RGB 192 37 136 -
CMYK 0 0.81 0.29 0.25
HSL 321.68º 0.68% 0.45% -
HSV(B) 321.68º 0.81% 0.75% -
XYZ 26.84 14.31 24.64 -
YUV 94.63 151.35 197.45 -
System Red Green Blue C M Y K H S L
Decimal 192 37 136 0 0.81 0.29 0.25 321.68 0.68 0.45
Hex C0 25 88 0 51 1D 19 142 44 2D
Octal 300 45 210 0 121 35 31 502 104 55
Binary 11000000 100101 10001000 0 1010001 11101 11001 101000010 1000100 101101

Color Harmonies of #C02588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02588

Black with #C02588

Text Example


Text Example

White with #C02588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02588; }

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

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

background-color css

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

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

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

border-color css

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

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

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