Html Css Color HEX #C715CB Deep Magenta

📋 copy color: '#C715CB'

red 199 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #C715CB

Tints of Deep Magenta #C715CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 47.04%
G = 4.96%
B = 47.99%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C715CB (or 0xC715CB) is known color: Deep Magenta. HEX triplet: C7, 15 and CB. RGB value is (199,21,203). Sum of RGB (Red+Green+Blue) = 199+21+203=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #C715CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715CB is #38EA34. Grayscale: #5E5E5E. Windows color (decimal): -3729973 or 13309383. OLE color: 13309383.

HSL color Cylindrical-coordinate representation of color #C715CB: hue angle of 298.68º 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 #C715CB is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 21 203 -
CMYK 0.02 0.90 0 0.20
HSL 298.68º 0.81% 0.44% -
HSV(B) 298.68º 0.9% 0.8% -
XYZ 34.6 16.99 57.96 -
YUV 94.97 188.97 202.2 -
System Red Green Blue C M Y K H S L
Decimal 199 21 203 0.02 0.90 0 0.20 298.68 0.81 0.44
Hex C7 15 CB 2 5A 0 14 12B 51 2C
Octal 307 25 313 2 132 0 24 453 121 54
Binary 11000111 10101 11001011 10 1011010 0 10100 100101011 1010001 101100

Color Harmonies of #C715CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C715CB

Black with #C715CB

Text Example


Text Example

White with #C715CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C715CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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