Html Css Color HEX #C02777 Medium Red Violet

📋 copy color: '#C02777'

red 192 ◦ green 39 ◦ blue 119

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

Shades of Medium Red Violet #C02777

Tints of Medium Red Violet #C02777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 54.86%
G = 11.14%
B = 34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C02777 (or 0xC02777) is known color: Medium Red Violet. HEX triplet: C0, 27 and 77. RGB value is (192,39,119). Sum of RGB (Red+Green+Blue) = 192+39+119=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C02777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02777 is #3FD888. Grayscale: #5D5D5D. Windows color (decimal): -4184201 or 7808960. OLE color: 7808960.

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

Color convert

RGB 192 39 119 -
CMYK 0 0.80 0.38 0.25
HSL 328.63º 0.66% 0.45% -
HSV(B) 328.63º 0.8% 0.75% -
XYZ 25.79 13.99 18.79 -
YUV 93.87 142.19 198 -
System Red Green Blue C M Y K H S L
Decimal 192 39 119 0 0.80 0.38 0.25 328.63 0.66 0.45
Hex C0 27 77 0 50 26 19 149 42 2D
Octal 300 47 167 0 120 46 31 511 102 55
Binary 11000000 100111 1110111 0 1010000 100110 11001 101001001 1000010 101101

Color Harmonies of #C02777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02777

Black with #C02777

Text Example


Text Example

White with #C02777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02777; }

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

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

background-color css

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

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

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

border-color css

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

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

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