Html Css Color HEX #C02273 Medium Violet Red

📋 copy color: '#C02273'

red 192 ◦ green 34 ◦ blue 115

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

Shades of Medium Violet Red #C02273

Tints of Medium Violet Red #C02273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.97%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 56.3%
G = 9.97%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C02273 (or 0xC02273) is known color: Medium Violet Red. HEX triplet: C0, 22 and 73. RGB value is (192,34,115). Sum of RGB (Red+Green+Blue) = 192+34+115=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02273 is #3FDD8C. Grayscale: #5A5A5A. Windows color (decimal): -4185485 or 7545536. OLE color: 7545536.

HSL color Cylindrical-coordinate representation of color #C02273: hue angle of 329.24º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02273 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 115 -
CMYK 0 0.82 0.40 0.25
HSL 329.24º 0.7% 0.44% -
HSV(B) 329.24º 0.82% 0.75% -
XYZ 25.4 13.59 17.5 -
YUV 90.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 192 34 115 0 0.82 0.40 0.25 329.24 0.7 0.44
Hex C0 22 73 0 52 28 19 149 46 2C
Octal 300 42 163 0 122 50 31 511 106 54
Binary 11000000 100010 1110011 0 1010010 101000 11001 101001001 1000110 101100

Color Harmonies of #C02273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02273

Black with #C02273

Text Example


Text Example

White with #C02273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02273; }

 p { color: rgb(192,34,115); }

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

background-color css

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

 a { background-color: rgb(192,34,115); }

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

border-color css

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

 span { border-color: rgb(192,34,115); }

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