Html Css Color HEX #C80C7C Medium Violet Red

📋 copy color: '#C80C7C'

red 200 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #C80C7C

Tints of Medium Violet Red #C80C7C

RGB

 RED value IS 200 (78.52% from 255) = 59.52%

 GREEN value IS 12 (5.08% from 255) = 3.57%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 59.52%
G = 3.57%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C80C7C (or 0xC80C7C) is known color: Medium Violet Red. HEX triplet: C8, 0C and 7C. RGB value is (200,12,124). Sum of RGB (Red+Green+Blue) = 200+12+124=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C7C is #37F383. Grayscale: #505050. Windows color (decimal): -3666820 or 8129736. OLE color: 8129736.

HSL color Cylindrical-coordinate representation of color #C80C7C: hue angle of 324.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C7C is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 12 124 -
CMYK 0 0.94 0.38 0.22
HSL 324.26º 0.89% 0.42% -
HSV(B) 324.26º 0.94% 0.78% -
XYZ 27.59 14 20.32 -
YUV 80.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 200 12 124 0 0.94 0.38 0.22 324.26 0.89 0.42
Hex C8 C 7C 0 5E 26 16 144 59 2A
Octal 310 14 174 0 136 46 26 504 131 52
Binary 11001000 1100 1111100 0 1011110 100110 10110 101000100 1011001 101010

Color Harmonies of #C80C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C7C

Black with #C80C7C

Text Example


Text Example

White with #C80C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C7C; }

 p { color: rgb(200,12,124); }

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

background-color css

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

 a { background-color: rgb(200,12,124); }

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

border-color css

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

 span { border-color: rgb(200,12,124); }

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