Html Css Color HEX #C716CA Deep Magenta

📋 copy color: '#C716CA'

red 199 ◦ green 22 ◦ blue 202

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

Shades of Deep Magenta #C716CA

Tints of Deep Magenta #C716CA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.2%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 47.04%
G = 5.2%
B = 47.75%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C716CA (or 0xC716CA) is known color: Deep Magenta. HEX triplet: C7, 16 and CA. RGB value is (199,22,202). Sum of RGB (Red+Green+Blue) = 199+22+202=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #C716CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716CA is #38E935. Grayscale: #5E5E5E. Windows color (decimal): -3729718 or 13244103. OLE color: 13244103.

HSL color Cylindrical-coordinate representation of color #C716CA: hue angle of 299º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C716CA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 22 202 -
CMYK 0.01 0.89 0 0.21
HSL 299º 0.8% 0.44% -
HSV(B) 299º 0.89% 0.79% -
XYZ 34.5 16.98 57.34 -
YUV 95.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 199 22 202 0.01 0.89 0 0.21 299 0.8 0.44
Hex C7 16 CA 1 59 0 15 12B 50 2C
Octal 307 26 312 1 131 0 25 453 120 54
Binary 11000111 10110 11001010 1 1011001 0 10101 100101011 1010000 101100

Color Harmonies of #C716CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C716CA

Black with #C716CA

Text Example


Text Example

White with #C716CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C716CA; }

 p { color: rgb(199,22,202); }

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

background-color css

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

 a { background-color: rgb(199,22,202); }

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

border-color css

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

 span { border-color: rgb(199,22,202); }

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