Html Css Color HEX #C714DC Deep Magenta

📋 copy color: '#C714DC'

red 199 ◦ green 20 ◦ blue 220

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

Shades of Deep Magenta #C714DC

Tints of Deep Magenta #C714DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 45.33%
G = 4.56%
B = 50.11%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C714DC (or 0xC714DC) is known color: Deep Magenta. HEX triplet: C7, 14 and DC. RGB value is (199,20,220). Sum of RGB (Red+Green+Blue) = 199+20+220=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #C714DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714DC is #38EB23. Grayscale: #5F5F5F. Windows color (decimal): -3730212 or 14423239. OLE color: 14423239.

HSL color Cylindrical-coordinate representation of color #C714DC: hue angle of 293.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C714DC is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 20 220 -
CMYK 0.10 0.91 0 0.14
HSL 293.7º 0.83% 0.47% -
HSV(B) 293.7º 0.91% 0.86% -
XYZ 36.72 17.81 69.21 -
YUV 96.32 197.8 201.24 -
System Red Green Blue C M Y K H S L
Decimal 199 20 220 0.10 0.91 0 0.14 293.7 0.83 0.47
Hex C7 14 DC A 5B 0 E 126 53 2F
Octal 307 24 334 12 133 0 16 446 123 57
Binary 11000111 10100 11011100 1010 1011011 0 1110 100100110 1010011 101111

Color Harmonies of #C714DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714DC

Black with #C714DC

Text Example


Text Example

White with #C714DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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