Html Css Color HEX #C70BDA Deep Magenta

📋 copy color: '#C70BDA'

red 199 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #C70BDA

Tints of Deep Magenta #C70BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 46.5%
G = 2.57%
B = 50.93%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C70BDA (or 0xC70BDA) is known color: Deep Magenta. HEX triplet: C7, 0B and DA. RGB value is (199,11,218). Sum of RGB (Red+Green+Blue) = 199+11+218=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #C70BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BDA is #38F425. Grayscale: #5A5A5A. Windows color (decimal): -3732518 or 14289863. OLE color: 14289863.

HSL color Cylindrical-coordinate representation of color #C70BDA: hue angle of 294.49º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BDA is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 11 218 -
CMYK 0.09 0.95 0 0.15
HSL 294.49º 0.9% 0.45% -
HSV(B) 294.49º 0.95% 0.85% -
XYZ 36.33 17.44 67.78 -
YUV 90.81 199.78 205.17 -
System Red Green Blue C M Y K H S L
Decimal 199 11 218 0.09 0.95 0 0.15 294.49 0.9 0.45
Hex C7 B DA 9 5F 0 F 126 5A 2D
Octal 307 13 332 11 137 0 17 446 132 55
Binary 11000111 1011 11011010 1001 1011111 0 1111 100100110 1011010 101101

Color Harmonies of #C70BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BDA

Black with #C70BDA

Text Example


Text Example

White with #C70BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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