Html Css Color HEX #C70BB9 Deep Magenta

📋 copy color: '#C70BB9'

red 199 ◦ green 11 ◦ blue 185

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

Shades of Deep Magenta #C70BB9

Tints of Deep Magenta #C70BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 50.38%
G = 2.78%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C70BB9 (or 0xC70BB9) is known color: Deep Magenta. HEX triplet: C7, 0B and B9. RGB value is (199,11,185). Sum of RGB (Red+Green+Blue) = 199+11+185=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C70BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BB9 is #38F446. Grayscale: #565656. Windows color (decimal): -3732551 or 12127175. OLE color: 12127175.

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

Color convert

RGB 199 11 185 -
CMYK 0 0.94 0.07 0.22
HSL 304.47º 0.9% 0.41% -
HSV(B) 304.47º 0.94% 0.78% -
XYZ 32.43 15.88 47.26 -
YUV 87.05 183.28 207.85 -
System Red Green Blue C M Y K H S L
Decimal 199 11 185 0 0.94 0.07 0.22 304.47 0.9 0.41
Hex C7 B B9 0 5E 7 16 130 5A 29
Octal 307 13 271 0 136 7 26 460 132 51
Binary 11000111 1011 10111001 0 1011110 111 10110 100110000 1011010 101001

Color Harmonies of #C70BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BB9

Black with #C70BB9

Text Example


Text Example

White with #C70BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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