Html Css Color HEX #C02D90 Medium Red Violet

📋 copy color: '#C02D90'

red 192 ◦ green 45 ◦ blue 144

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

Shades of Medium Red Violet #C02D90

Tints of Medium Red Violet #C02D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.81%

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 50.39%
G = 11.81%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C02D90 (or 0xC02D90) is known color: Medium Red Violet. HEX triplet: C0, 2D and 90. RGB value is (192,45,144). Sum of RGB (Red+Green+Blue) = 192+45+144=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02D90 is #3FD26F. Grayscale: #636363. Windows color (decimal): -4182640 or 9448896. OLE color: 9448896.

HSL color Cylindrical-coordinate representation of color #C02D90: hue angle of 319.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D90 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 45 144 -
CMYK 0 0.77 0.25 0.25
HSL 319.59º 0.62% 0.46% -
HSV(B) 319.59º 0.77% 0.75% -
XYZ 27.71 15.1 27.84 -
YUV 100.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 192 45 144 0 0.77 0.25 0.25 319.59 0.62 0.46
Hex C0 2D 90 0 4D 19 19 140 3E 2E
Octal 300 55 220 0 115 31 31 500 76 56
Binary 11000000 101101 10010000 0 1001101 11001 11001 101000000 111110 101110

Color Harmonies of #C02D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D90

Black with #C02D90

Text Example


Text Example

White with #C02D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D90; }

 p { color: rgb(192,45,144); }

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

background-color css

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

 a { background-color: rgb(192,45,144); }

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

border-color css

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

 span { border-color: rgb(192,45,144); }

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