Html Css Color HEX #C70ACF Deep Magenta

📋 copy color: '#C70ACF'

red 199 ◦ green 10 ◦ blue 207

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

Shades of Deep Magenta #C70ACF

Tints of Deep Magenta #C70ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

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

R = 47.84%
G = 2.4%
B = 49.76%

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

#C70ACF (or 0xC70ACF) is known color: Deep Magenta. HEX triplet: C7, 0A and CF. RGB value is (199,10,207). Sum of RGB (Red+Green+Blue) = 199+10+207=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #C70ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ACF is #38F530. Grayscale: #585858. Windows color (decimal): -3732785 or 13568711. OLE color: 13568711.

HSL color Cylindrical-coordinate representation of color #C70ACF: hue angle of 297.56º degrees, saturation: 0.91, 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 #C70ACF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 10 207 -
CMYK 0.04 0.95 0 0.19
HSL 297.56º 0.91% 0.43% -
HSV(B) 297.56º 0.95% 0.81% -
XYZ 34.92 16.86 60.45 -
YUV 88.97 194.62 206.48 -
System Red Green Blue C M Y K H S L
Decimal 199 10 207 0.04 0.95 0 0.19 297.56 0.91 0.43
Hex C7 A CF 4 5F 0 13 12A 5B 2B
Octal 307 12 317 4 137 0 23 452 133 53
Binary 11000111 1010 11001111 100 1011111 0 10011 100101010 1011011 101011

Color Harmonies of #C70ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70ACF

Black with #C70ACF

Text Example


Text Example

White with #C70ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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