Html Css Color HEX #C8027C Medium Violet Red

📋 copy color: '#C8027C'

red 200 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #C8027C

Tints of Medium Violet Red #C8027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 61.35%
G = 0.61%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8027C (or 0xC8027C) is known color: Medium Violet Red. HEX triplet: C8, 02 and 7C. RGB value is (200,2,124). Sum of RGB (Red+Green+Blue) = 200+2+124=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8027C is #37FD83. Grayscale: #4A4A4A. Windows color (decimal): -3669380 or 8127176. OLE color: 8127176.

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

Color convert

RGB 200 2 124 -
CMYK 0 0.99 0.38 0.22
HSL 323.03º 0.98% 0.4% -
HSV(B) 323.03º 0.99% 0.78% -
XYZ 27.48 13.78 20.28 -
YUV 75.11 155.6 217.08 -
System Red Green Blue C M Y K H S L
Decimal 200 2 124 0 0.99 0.38 0.22 323.03 0.98 0.4
Hex C8 2 7C 0 63 26 16 143 62 28
Octal 310 2 174 0 143 46 26 503 142 50
Binary 11001000 10 1111100 0 1100011 100110 10110 101000011 1100010 101000

Color Harmonies of #C8027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8027C

Black with #C8027C

Text Example


Text Example

White with #C8027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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