Html Css Color HEX #C70BC8 Deep Magenta

📋 copy color: '#C70BC8'

red 199 ◦ green 11 ◦ blue 200

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

Shades of Deep Magenta #C70BC8

Tints of Deep Magenta #C70BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.78%

R = 48.54%
G = 2.68%
B = 48.78%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C70BC8 (or 0xC70BC8) is known color: Deep Magenta. HEX triplet: C7, 0B and C8. RGB value is (199,11,200). Sum of RGB (Red+Green+Blue) = 199+11+200=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #C70BC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BC8 is #38F437. Grayscale: #585858. Windows color (decimal): -3732536 or 13110215. OLE color: 13110215.

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

Color convert

RGB 199 11 200 -
CMYK 0.00 0.94 0 0.22
HSL 299.68º 0.9% 0.41% -
HSV(B) 299.68º 0.95% 0.78% -
XYZ 34.1 16.55 56.04 -
YUV 88.76 190.78 206.63 -
System Red Green Blue C M Y K H S L
Decimal 199 11 200 0.00 0.94 0 0.22 299.68 0.9 0.41
Hex C7 B C8 0 5E 0 16 12C 5A 29
Octal 307 13 310 0 136 0 26 454 132 51
Binary 11000111 1011 11001000 0 1011110 0 10110 100101100 1011010 101001

Color Harmonies of #C70BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BC8

Black with #C70BC8

Text Example


Text Example

White with #C70BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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