Html Css Color HEX #C8007C Medium Violet Red

📋 copy color: '#C8007C'

red 200 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #C8007C

Tints of Medium Violet Red #C8007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.73%
G = 0%
B = 38.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8007C (or 0xC8007C) is known color: Medium Violet Red. HEX triplet: C8, 00 and 7C. RGB value is (200,0,124). Sum of RGB (Red+Green+Blue) = 200+0+124=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C8007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8007C is #37FF83. Grayscale: #494949. Windows color (decimal): -3669892 or 8126664. OLE color: 8126664.

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

Color convert

RGB 200 0 124 -
CMYK 0 1 0.38 0.22
HSL 322.8º 1% 0.39% -
HSV(B) 322.8º 1% 0.78% -
XYZ 27.46 13.73 20.27 -
YUV 73.94 156.26 217.92 -
System Red Green Blue C M Y K H S L
Decimal 200 0 124 0 1 0.38 0.22 322.8 1 0.39
Hex C8 0 7C 0 64 26 16 143 64 27
Octal 310 0 174 0 144 46 26 503 144 47
Binary 11001000 0 1111100 0 1100100 100110 10110 101000011 1100100 100111

Color Harmonies of #C8007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8007C

Black with #C8007C

Text Example


Text Example

White with #C8007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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