Html Css Color HEX #C02D99 Medium Red Violet

📋 copy color: '#C02D99'

red 192 ◦ green 45 ◦ blue 153

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

Shades of Medium Red Violet #C02D99

Tints of Medium Red Violet #C02D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.23%

R = 49.23%
G = 11.54%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C02D99 (or 0xC02D99) is known color: Medium Red Violet. HEX triplet: C0, 2D and 99. RGB value is (192,45,153). Sum of RGB (Red+Green+Blue) = 192+45+153=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02D99 is #3FD266. Grayscale: #646464. Windows color (decimal): -4182631 or 10038720. OLE color: 10038720.

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

Color convert

RGB 192 45 153 -
CMYK 0 0.77 0.20 0.25
HSL 315.92º 0.62% 0.46% -
HSV(B) 315.92º 0.77% 0.75% -
XYZ 28.43 15.38 31.61 -
YUV 101.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 192 45 153 0 0.77 0.20 0.25 315.92 0.62 0.46
Hex C0 2D 99 0 4D 14 19 13C 3E 2E
Octal 300 55 231 0 115 24 31 474 76 56
Binary 11000000 101101 10011001 0 1001101 10100 11001 100111100 111110 101110

Color Harmonies of #C02D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D99

Black with #C02D99

Text Example


Text Example

White with #C02D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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