Html Css Color HEX #C02280 Medium Violet Red

📋 copy color: '#C02280'

red 192 ◦ green 34 ◦ blue 128

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

Shades of Medium Violet Red #C02280

Tints of Medium Violet Red #C02280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 54.24%
G = 9.6%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C02280 (or 0xC02280) is known color: Medium Violet Red. HEX triplet: C0, 22 and 80. RGB value is (192,34,128). Sum of RGB (Red+Green+Blue) = 192+34+128=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C02280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02280 is #3FDD7F. Grayscale: #5B5B5B. Windows color (decimal): -4185472 or 8397504. OLE color: 8397504.

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

Color convert

RGB 192 34 128 -
CMYK 0 0.82 0.33 0.25
HSL 324.3º 0.7% 0.44% -
HSV(B) 324.3º 0.82% 0.75% -
XYZ 26.21 13.91 21.73 -
YUV 91.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 192 34 128 0 0.82 0.33 0.25 324.3 0.7 0.44
Hex C0 22 80 0 52 21 19 144 46 2C
Octal 300 42 200 0 122 41 31 504 106 54
Binary 11000000 100010 10000000 0 1010010 100001 11001 101000100 1000110 101100

Color Harmonies of #C02280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02280

Black with #C02280

Text Example


Text Example

White with #C02280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02280; }

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

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

background-color css

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

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

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

border-color css

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

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

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