Html Css Color HEX #C8007E Medium Violet Red

📋 copy color: '#C8007E'

red 200 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #C8007E

Tints of Medium Violet Red #C8007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 61.35%
G = 0%
B = 38.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8007E (or 0xC8007E) is known color: Medium Violet Red. HEX triplet: C8, 00 and 7E. RGB value is (200,0,126). Sum of RGB (Red+Green+Blue) = 200+0+126=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C8007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8007E is #37FF81. Grayscale: #494949. Windows color (decimal): -3669890 or 8257736. OLE color: 8257736.

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

Color convert

RGB 200 0 126 -
CMYK 0 1 0.37 0.22
HSL 322.2º 1% 0.39% -
HSV(B) 322.2º 1% 0.78% -
XYZ 27.59 13.79 20.95 -
YUV 74.16 157.26 217.75 -
System Red Green Blue C M Y K H S L
Decimal 200 0 126 0 1 0.37 0.22 322.2 1 0.39
Hex C8 0 7E 0 64 25 16 142 64 27
Octal 310 0 176 0 144 45 26 502 144 47
Binary 11001000 0 1111110 0 1100100 100101 10110 101000010 1100100 100111

Color Harmonies of #C8007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8007E

Black with #C8007E

Text Example


Text Example

White with #C8007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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