Html Css Color HEX #C5007E Medium Violet Red

📋 copy color: '#C5007E'

red 197 ◦ green 0 ◦ blue 126

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

Shades of Medium Violet Red #C5007E

Tints of Medium Violet Red #C5007E

RGB

 RED value IS 197 (77.34% from 255) = 60.99%

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

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

R = 60.99%
G = 0%
B = 39.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5007E (or 0xC5007E) is known color: Medium Violet Red. HEX triplet: C5, 00 and 7E. RGB value is (197,0,126). Sum of RGB (Red+Green+Blue) = 197+0+126=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5007E is #3AFF81. Grayscale: #484848. Windows color (decimal): -3866498 or 8257733. OLE color: 8257733.

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

Color convert

RGB 197 0 126 -
CMYK 0 1 0.36 0.23
HSL 321.62º 1% 0.39% -
HSV(B) 321.62º 1% 0.77% -
XYZ 26.79 13.38 20.91 -
YUV 73.27 157.77 216.25 -
System Red Green Blue C M Y K H S L
Decimal 197 0 126 0 1 0.36 0.23 321.62 1 0.39
Hex C5 0 7E 0 64 24 17 142 64 27
Octal 305 0 176 0 144 44 27 502 144 47
Binary 11000101 0 1111110 0 1100100 100100 10111 101000010 1100100 100111

Color Harmonies of #C5007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5007E

Black with #C5007E

Text Example


Text Example

White with #C5007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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