Html Css Color HEX #C5007B Medium Violet Red

📋 copy color: '#C5007B'

red 197 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #C5007B

Tints of Medium Violet Red #C5007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 61.56%
G = 0%
B = 38.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5007B (or 0xC5007B) is known color: Medium Violet Red. HEX triplet: C5, 00 and 7B. RGB value is (197,0,123). Sum of RGB (Red+Green+Blue) = 197+0+123=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C5007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5007B is #3AFF84. Grayscale: #484848. Windows color (decimal): -3866501 or 8061125. OLE color: 8061125.

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

Color convert

RGB 197 0 123 -
CMYK 0 1 0.38 0.23
HSL 322.54º 1% 0.39% -
HSV(B) 322.54º 1% 0.77% -
XYZ 26.6 13.3 19.9 -
YUV 72.93 156.27 216.5 -
System Red Green Blue C M Y K H S L
Decimal 197 0 123 0 1 0.38 0.23 322.54 1 0.39
Hex C5 0 7B 0 64 26 17 143 64 27
Octal 305 0 173 0 144 46 27 503 144 47
Binary 11000101 0 1111011 0 1100100 100110 10111 101000011 1100100 100111

Color Harmonies of #C5007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5007B

Black with #C5007B

Text Example


Text Example

White with #C5007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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