Html Css Color HEX #C70DBB Deep Magenta

📋 copy color: '#C70DBB'

red 199 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #C70DBB

Tints of Deep Magenta #C70DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 49.87%
G = 3.26%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C70DBB (or 0xC70DBB) is known color: Deep Magenta. HEX triplet: C7, 0D and BB. RGB value is (199,13,187). Sum of RGB (Red+Green+Blue) = 199+13+187=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DBB is #38F244. Grayscale: #575757. Windows color (decimal): -3732037 or 12258759. OLE color: 12258759.

HSL color Cylindrical-coordinate representation of color #C70DBB: hue angle of 303.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 #C70DBB is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 13 187 -
CMYK 0 0.93 0.06 0.22
HSL 303.87º 0.88% 0.42% -
HSV(B) 303.87º 0.93% 0.78% -
XYZ 32.67 16.02 48.38 -
YUV 88.45 183.62 206.85 -
System Red Green Blue C M Y K H S L
Decimal 199 13 187 0 0.93 0.06 0.22 303.87 0.88 0.42
Hex C7 D BB 0 5D 6 16 130 58 2A
Octal 307 15 273 0 135 6 26 460 130 52
Binary 11000111 1101 10111011 0 1011101 110 10110 100110000 1011000 101010

Color Harmonies of #C70DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DBB

Black with #C70DBB

Text Example


Text Example

White with #C70DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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