Html Css Color HEX #C70D9C Medium Violet Red

📋 copy color: '#C70D9C'

red 199 ◦ green 13 ◦ blue 156

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

Shades of Medium Violet Red #C70D9C

Tints of Medium Violet Red #C70D9C

RGB

 RED value IS 199 (78.13% from 255) = 54.08%

 GREEN value IS 13 (5.47% from 255) = 3.53%

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 54.08%
G = 3.53%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C70D9C (or 0xC70D9C) is known color: Medium Violet Red. HEX triplet: C7, 0D and 9C. RGB value is (199,13,156). Sum of RGB (Red+Green+Blue) = 199+13+156=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D9C is #38F263. Grayscale: #545454. Windows color (decimal): -3732068 or 10227143. OLE color: 10227143.

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

Color convert

RGB 199 13 156 -
CMYK 0 0.93 0.22 0.22
HSL 313.87º 0.88% 0.42% -
HSV(B) 313.87º 0.93% 0.78% -
XYZ 29.7 14.83 32.75 -
YUV 84.92 168.12 209.37 -
System Red Green Blue C M Y K H S L
Decimal 199 13 156 0 0.93 0.22 0.22 313.87 0.88 0.42
Hex C7 D 9C 0 5D 16 16 13A 58 2A
Octal 307 15 234 0 135 26 26 472 130 52
Binary 11000111 1101 10011100 0 1011101 10110 10110 100111010 1011000 101010

Color Harmonies of #C70D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70D9C

Black with #C70D9C

Text Example


Text Example

White with #C70D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70D9C; }

 p { color: rgb(199,13,156); }

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

background-color css

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

 a { background-color: rgb(199,13,156); }

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

border-color css

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

 span { border-color: rgb(199,13,156); }

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