Html Css Color HEX #C8007F Medium Violet Red

📋 copy color: '#C8007F'

red 200 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #C8007F

Tints of Medium Violet Red #C8007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 61.16%
G = 0%
B = 38.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8007F (or 0xC8007F) is known color: Medium Violet Red. HEX triplet: C8, 00 and 7F. RGB value is (200,0,127). Sum of RGB (Red+Green+Blue) = 200+0+127=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C8007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8007F is #37FF80. Grayscale: #494949. Windows color (decimal): -3669889 or 8323272. OLE color: 8323272.

HSL color Cylindrical-coordinate representation of color #C8007F: hue angle of 321.9º 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 #C8007F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 127 -
CMYK 0 1 0.36 0.22
HSL 321.9º 1% 0.39% -
HSV(B) 321.9º 1% 0.78% -
XYZ 27.65 13.81 21.29 -
YUV 74.28 157.76 217.67 -
System Red Green Blue C M Y K H S L
Decimal 200 0 127 0 1 0.36 0.22 321.9 1 0.39
Hex C8 0 7F 0 64 24 16 142 64 27
Octal 310 0 177 0 144 44 26 502 144 47
Binary 11001000 0 1111111 0 1100100 100100 10110 101000010 1100100 100111

Color Harmonies of #C8007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8007F

Black with #C8007F

Text Example


Text Example

White with #C8007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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