Html Css Color HEX #C317DB Deep Magenta

📋 copy color: '#C317DB'

red 195 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #C317DB

Tints of Deep Magenta #C317DB

RGB

 RED value IS 195 (76.56% from 255) = 44.62%

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 44.62%
G = 5.26%
B = 50.11%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C317DB (or 0xC317DB) is known color: Deep Magenta. HEX triplet: C3, 17 and DB. RGB value is (195,23,219). Sum of RGB (Red+Green+Blue) = 195+23+219=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #C317DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317DB is #3CE824. Grayscale: #606060. Windows color (decimal): -3991589 or 14358467. OLE color: 14358467.

HSL color Cylindrical-coordinate representation of color #C317DB: hue angle of 292.65º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C317DB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 23 219 -
CMYK 0.11 0.89 0 0.14
HSL 292.65º 0.81% 0.47% -
HSV(B) 292.65º 0.89% 0.86% -
XYZ 35.6 17.33 68.49 -
YUV 96.77 196.98 198.06 -
System Red Green Blue C M Y K H S L
Decimal 195 23 219 0.11 0.89 0 0.14 292.65 0.81 0.47
Hex C3 17 DB B 59 0 E 125 51 2F
Octal 303 27 333 13 131 0 16 445 121 57
Binary 11000011 10111 11011011 1011 1011001 0 1110 100100101 1010001 101111

Color Harmonies of #C317DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C317DB

Black with #C317DB

Text Example


Text Example

White with #C317DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C317DB; }

 p { color: rgb(195,23,219); }

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

background-color css

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

 a { background-color: rgb(195,23,219); }

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

border-color css

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

 span { border-color: rgb(195,23,219); }

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