Html Css Color HEX #C02789 Medium Red Violet

📋 copy color: '#C02789'

red 192 ◦ green 39 ◦ blue 137

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

Shades of Medium Red Violet #C02789

Tints of Medium Red Violet #C02789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 52.17%
G = 10.6%
B = 37.23%

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

#C02789 (or 0xC02789) is known color: Medium Red Violet. HEX triplet: C0, 27 and 89. RGB value is (192,39,137). Sum of RGB (Red+Green+Blue) = 192+39+137=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C02789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02789 is #3FD876. Grayscale: #5F5F5F. Windows color (decimal): -4184183 or 8988608. OLE color: 8988608.

HSL color Cylindrical-coordinate representation of color #C02789: hue angle of 321.57º 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 #C02789 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 137 -
CMYK 0 0.80 0.29 0.25
HSL 321.57º 0.66% 0.45% -
HSV(B) 321.57º 0.8% 0.75% -
XYZ 26.98 14.46 25.04 -
YUV 95.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 192 39 137 0 0.80 0.29 0.25 321.57 0.66 0.45
Hex C0 27 89 0 50 1D 19 142 42 2D
Octal 300 47 211 0 120 35 31 502 102 55
Binary 11000000 100111 10001001 0 1010000 11101 11001 101000010 1000010 101101

Color Harmonies of #C02789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02789

Black with #C02789

Text Example


Text Example

White with #C02789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02789; }

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

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

background-color css

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

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

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

border-color css

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

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

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