Html Css Color HEX #C717BA Deep Magenta

📋 copy color: '#C717BA'

red 199 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #C717BA

Tints of Deep Magenta #C717BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.64%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 48.77%
G = 5.64%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C717BA (or 0xC717BA) is known color: Deep Magenta. HEX triplet: C7, 17 and BA. RGB value is (199,23,186). Sum of RGB (Red+Green+Blue) = 199+23+186=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C717BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717BA is #38E845. Grayscale: #5D5D5D. Windows color (decimal): -3729478 or 12195783. OLE color: 12195783.

HSL color Cylindrical-coordinate representation of color #C717BA: hue angle of 304.43º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C717BA is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 23 186 -
CMYK 0 0.88 0.07 0.22
HSL 304.43º 0.79% 0.44% -
HSV(B) 304.43º 0.88% 0.78% -
XYZ 32.72 16.3 47.88 -
YUV 94.21 179.81 202.75 -
System Red Green Blue C M Y K H S L
Decimal 199 23 186 0 0.88 0.07 0.22 304.43 0.79 0.44
Hex C7 17 BA 0 58 7 16 130 4F 2C
Octal 307 27 272 0 130 7 26 460 117 54
Binary 11000111 10111 10111010 0 1011000 111 10110 100110000 1001111 101100

Color Harmonies of #C717BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C717BA

Black with #C717BA

Text Example


Text Example

White with #C717BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C717BA; }

 p { color: rgb(199,23,186); }

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

background-color css

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

 a { background-color: rgb(199,23,186); }

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

border-color css

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

 span { border-color: rgb(199,23,186); }

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