Html Css Color HEX #C714DD Deep Magenta

📋 copy color: '#C714DD'

red 199 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #C714DD

Tints of Deep Magenta #C714DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 45.23%
G = 4.55%
B = 50.23%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C714DD (or 0xC714DD) is known color: Deep Magenta. HEX triplet: C7, 14 and DD. RGB value is (199,20,221). Sum of RGB (Red+Green+Blue) = 199+20+221=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #C714DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714DD is #38EB22. Grayscale: #5F5F5F. Windows color (decimal): -3730211 or 14488775. OLE color: 14488775.

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

Color convert

RGB 199 20 221 -
CMYK 0.10 0.91 0 0.13
HSL 293.43º 0.83% 0.47% -
HSV(B) 293.43º 0.91% 0.87% -
XYZ 36.85 17.86 69.91 -
YUV 96.44 198.3 201.16 -
System Red Green Blue C M Y K H S L
Decimal 199 20 221 0.10 0.91 0 0.13 293.43 0.83 0.47
Hex C7 14 DD A 5B 0 D 125 53 2F
Octal 307 24 335 12 133 0 15 445 123 57
Binary 11000111 10100 11011101 1010 1011011 0 1101 100100101 1010011 101111

Color Harmonies of #C714DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714DD

Black with #C714DD

Text Example


Text Example

White with #C714DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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