Html Css Color HEX #C715CC Deep Magenta

📋 copy color: '#C715CC'

red 199 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #C715CC

Tints of Deep Magenta #C715CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.95%

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

R = 46.93%
G = 4.95%
B = 48.11%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C715CC (or 0xC715CC) is known color: Deep Magenta. HEX triplet: C7, 15 and CC. RGB value is (199,21,204). Sum of RGB (Red+Green+Blue) = 199+21+204=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C715CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715CC is #38EA33. Grayscale: #5E5E5E. Windows color (decimal): -3729972 or 13374919. OLE color: 13374919.

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

Color convert

RGB 199 21 204 -
CMYK 0.02 0.90 0 0.2
HSL 298.36º 0.81% 0.44% -
HSV(B) 298.36º 0.9% 0.8% -
XYZ 34.72 17.04 58.59 -
YUV 95.08 189.47 202.12 -
System Red Green Blue C M Y K H S L
Decimal 199 21 204 0.02 0.90 0 0.2 298.36 0.81 0.44
Hex C7 15 CC 2 5A 0 14 12A 51 2C
Octal 307 25 314 2 132 0 24 452 121 54
Binary 11000111 10101 11001100 10 1011010 0 10100 100101010 1010001 101100

Color Harmonies of #C715CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C715CC

Black with #C715CC

Text Example


Text Example

White with #C715CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C715CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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