Html Css Color HEX #C02C99 Medium Red Violet

📋 copy color: '#C02C99'

red 192 ◦ green 44 ◦ blue 153

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

Shades of Medium Red Violet #C02C99

Tints of Medium Red Violet #C02C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.31%

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

R = 49.36%
G = 11.31%
B = 39.33%

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

#C02C99 (or 0xC02C99) is known color: Medium Red Violet. HEX triplet: C0, 2C and 99. RGB value is (192,44,153). Sum of RGB (Red+Green+Blue) = 192+44+153=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02C99 is #3FD366. Grayscale: #646464. Windows color (decimal): -4182887 or 10038464. OLE color: 10038464.

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

Color convert

RGB 192 44 153 -
CMYK 0 0.77 0.20 0.25
HSL 315.81º 0.63% 0.46% -
HSV(B) 315.81º 0.77% 0.75% -
XYZ 28.39 15.31 31.6 -
YUV 100.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 192 44 153 0 0.77 0.20 0.25 315.81 0.63 0.46
Hex C0 2C 99 0 4D 14 19 13C 3F 2E
Octal 300 54 231 0 115 24 31 474 77 56
Binary 11000000 101100 10011001 0 1001101 10100 11001 100111100 111111 101110

Color Harmonies of #C02C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C99

Black with #C02C99

Text Example


Text Example

White with #C02C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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