Html Css Color HEX #C716CC Deep Magenta

📋 copy color: '#C716CC'

red 199 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #C716CC

Tints of Deep Magenta #C716CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 46.82%
G = 5.18%
B = 48%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C716CC (or 0xC716CC) is known color: Deep Magenta. HEX triplet: C7, 16 and CC. RGB value is (199,22,204). Sum of RGB (Red+Green+Blue) = 199+22+204=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #C716CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716CC is #38E933. Grayscale: #5F5F5F. Windows color (decimal): -3729716 or 13375175. OLE color: 13375175.

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

Color convert

RGB 199 22 204 -
CMYK 0.02 0.89 0 0.2
HSL 298.35º 0.81% 0.44% -
HSV(B) 298.35º 0.89% 0.8% -
XYZ 34.74 17.08 58.59 -
YUV 95.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 199 22 204 0.02 0.89 0 0.2 298.35 0.81 0.44
Hex C7 16 CC 2 59 0 14 12A 51 2C
Octal 307 26 314 2 131 0 24 452 121 54
Binary 11000111 10110 11001100 10 1011001 0 10100 100101010 1010001 101100

Color Harmonies of #C716CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C716CC

Black with #C716CC

Text Example


Text Example

White with #C716CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C716CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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