Html Css Color HEX #C02795 Medium Red Violet

📋 copy color: '#C02795'

red 192 ◦ green 39 ◦ blue 149

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

Shades of Medium Red Violet #C02795

Tints of Medium Red Violet #C02795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 50.53%
G = 10.26%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C02795 (or 0xC02795) is known color: Medium Red Violet. HEX triplet: C0, 27 and 95. RGB value is (192,39,149). Sum of RGB (Red+Green+Blue) = 192+39+149=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C02795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02795 is #3FD86A. Grayscale: #606060. Windows color (decimal): -4184171 or 9775040. OLE color: 9775040.

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

Color convert

RGB 192 39 149 -
CMYK 0 0.80 0.22 0.25
HSL 316.86º 0.66% 0.45% -
HSV(B) 316.86º 0.8% 0.75% -
XYZ 27.89 14.83 29.83 -
YUV 97.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 192 39 149 0 0.80 0.22 0.25 316.86 0.66 0.45
Hex C0 27 95 0 50 16 19 13D 42 2D
Octal 300 47 225 0 120 26 31 475 102 55
Binary 11000000 100111 10010101 0 1010000 10110 11001 100111101 1000010 101101

Color Harmonies of #C02795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02795

Black with #C02795

Text Example


Text Example

White with #C02795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02795; }

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

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

background-color css

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

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

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

border-color css

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

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

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