Html Css Color HEX #C714C0 Deep Magenta

📋 copy color: '#C714C0'

red 199 ◦ green 20 ◦ blue 192

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

Shades of Deep Magenta #C714C0

Tints of Deep Magenta #C714C0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.87%

 BLUE value IS 192 (75.39% from 255) = 46.72%

R = 48.42%
G = 4.87%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C714C0 (or 0xC714C0) is known color: Deep Magenta. HEX triplet: C7, 14 and C0. RGB value is (199,20,192). Sum of RGB (Red+Green+Blue) = 199+20+192=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C714C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714C0 is #38EB3F. Grayscale: #5C5C5C. Windows color (decimal): -3730240 or 12588231. OLE color: 12588231.

HSL color Cylindrical-coordinate representation of color #C714C0: hue angle of 302.35º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C714C0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 192 -
CMYK 0 0.90 0.04 0.22
HSL 302.35º 0.82% 0.43% -
HSV(B) 302.35º 0.9% 0.78% -
XYZ 33.32 16.45 51.29 -
YUV 93.13 183.8 203.51 -
System Red Green Blue C M Y K H S L
Decimal 199 20 192 0 0.90 0.04 0.22 302.35 0.82 0.43
Hex C7 14 C0 0 5A 4 16 12E 52 2B
Octal 307 24 300 0 132 4 26 456 122 53
Binary 11000111 10100 11000000 0 1011010 100 10110 100101110 1010010 101011

Color Harmonies of #C714C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714C0

Black with #C714C0

Text Example


Text Example

White with #C714C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714C0; }

 p { color: rgb(199,20,192); }

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

background-color css

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

 a { background-color: rgb(199,20,192); }

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

border-color css

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

 span { border-color: rgb(199,20,192); }

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