Html Css Color HEX #C02271 Medium Violet Red

📋 copy color: '#C02271'

red 192 ◦ green 34 ◦ blue 113

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

Shades of Medium Violet Red #C02271

Tints of Medium Violet Red #C02271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 56.64%
G = 10.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C02271 (or 0xC02271) is known color: Medium Violet Red. HEX triplet: C0, 22 and 71. RGB value is (192,34,113). Sum of RGB (Red+Green+Blue) = 192+34+113=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C02271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02271 is #3FDD8E. Grayscale: #5A5A5A. Windows color (decimal): -4185487 or 7414464. OLE color: 7414464.

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

Color convert

RGB 192 34 113 -
CMYK 0 0.82 0.41 0.25
HSL 330º 0.7% 0.44% -
HSV(B) 330º 0.82% 0.75% -
XYZ 25.29 13.54 16.9 -
YUV 90.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 192 34 113 0 0.82 0.41 0.25 330 0.7 0.44
Hex C0 22 71 0 52 29 19 14A 46 2C
Octal 300 42 161 0 122 51 31 512 106 54
Binary 11000000 100010 1110001 0 1010010 101001 11001 101001010 1000110 101100

Color Harmonies of #C02271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02271

Black with #C02271

Text Example


Text Example

White with #C02271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02271; }

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

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

background-color css

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

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

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

border-color css

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

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

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