Html Css Color HEX #C70B9A Medium Violet Red

📋 copy color: '#C70B9A'

red 199 ◦ green 11 ◦ blue 154

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

Shades of Medium Violet Red #C70B9A

Tints of Medium Violet Red #C70B9A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.02%

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 54.67%
G = 3.02%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C70B9A (or 0xC70B9A) is known color: Medium Violet Red. HEX triplet: C7, 0B and 9A. RGB value is (199,11,154). Sum of RGB (Red+Green+Blue) = 199+11+154=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70B9A is #38F465. Grayscale: #535353. Windows color (decimal): -3732582 or 10095559. OLE color: 10095559.

HSL color Cylindrical-coordinate representation of color #C70B9A: hue angle of 314.36º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70B9A is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 11 154 -
CMYK 0 0.94 0.23 0.22
HSL 314.36º 0.9% 0.41% -
HSV(B) 314.36º 0.94% 0.78% -
XYZ 29.51 14.71 31.86 -
YUV 83.51 167.78 210.37 -
System Red Green Blue C M Y K H S L
Decimal 199 11 154 0 0.94 0.23 0.22 314.36 0.9 0.41
Hex C7 B 9A 0 5E 17 16 13A 5A 29
Octal 307 13 232 0 136 27 26 472 132 51
Binary 11000111 1011 10011010 0 1011110 10111 10110 100111010 1011010 101001

Color Harmonies of #C70B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70B9A

Black with #C70B9A

Text Example


Text Example

White with #C70B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70B9A; }

 p { color: rgb(199,11,154); }

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

background-color css

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

 a { background-color: rgb(199,11,154); }

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

border-color css

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

 span { border-color: rgb(199,11,154); }

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