Html Css Color HEX #C70BCF Deep Magenta

📋 copy color: '#C70BCF'

red 199 ◦ green 11 ◦ blue 207

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

Shades of Deep Magenta #C70BCF

Tints of Deep Magenta #C70BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 47.72%
G = 2.64%
B = 49.64%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C70BCF (or 0xC70BCF) is known color: Deep Magenta. HEX triplet: C7, 0B and CF. RGB value is (199,11,207). Sum of RGB (Red+Green+Blue) = 199+11+207=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #C70BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BCF is #38F430. Grayscale: #585858. Windows color (decimal): -3732529 or 13568967. OLE color: 13568967.

HSL color Cylindrical-coordinate representation of color #C70BCF: hue angle of 297.55º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BCF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 11 207 -
CMYK 0.04 0.95 0 0.19
HSL 297.55º 0.9% 0.43% -
HSV(B) 297.55º 0.95% 0.81% -
XYZ 34.94 16.89 60.45 -
YUV 89.56 194.28 206.06 -
System Red Green Blue C M Y K H S L
Decimal 199 11 207 0.04 0.95 0 0.19 297.55 0.9 0.43
Hex C7 B CF 4 5F 0 13 12A 5A 2B
Octal 307 13 317 4 137 0 23 452 132 53
Binary 11000111 1011 11001111 100 1011111 0 10011 100101010 1011010 101011

Color Harmonies of #C70BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BCF

Black with #C70BCF

Text Example


Text Example

White with #C70BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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