Html Css Color HEX #C02680 Medium Red Violet

📋 copy color: '#C02680'

red 192 ◦ green 38 ◦ blue 128

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

Shades of Medium Red Violet #C02680

Tints of Medium Red Violet #C02680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.61%

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

R = 53.63%
G = 10.61%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C02680 (or 0xC02680) is known color: Medium Red Violet. HEX triplet: C0, 26 and 80. RGB value is (192,38,128). Sum of RGB (Red+Green+Blue) = 192+38+128=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C02680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02680 is #3FD97F. Grayscale: #5E5E5E. Windows color (decimal): -4184448 or 8398528. OLE color: 8398528.

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

Color convert

RGB 192 38 128 -
CMYK 0 0.80 0.33 0.25
HSL 324.94º 0.67% 0.45% -
HSV(B) 324.94º 0.8% 0.75% -
XYZ 26.33 14.15 21.77 -
YUV 94.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 192 38 128 0 0.80 0.33 0.25 324.94 0.67 0.45
Hex C0 26 80 0 50 21 19 145 43 2D
Octal 300 46 200 0 120 41 31 505 103 55
Binary 11000000 100110 10000000 0 1010000 100001 11001 101000101 1000011 101101

Color Harmonies of #C02680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02680

Black with #C02680

Text Example


Text Example

White with #C02680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02680; }

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

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

background-color css

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

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

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

border-color css

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

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

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