Html Css Color HEX #C313DB Deep Magenta

📋 copy color: '#C313DB'

red 195 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #C313DB

Tints of Deep Magenta #C313DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.39%

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

R = 45.03%
G = 4.39%
B = 50.58%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C313DB (or 0xC313DB) is known color: Deep Magenta. HEX triplet: C3, 13 and DB. RGB value is (195,19,219). Sum of RGB (Red+Green+Blue) = 195+19+219=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #C313DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313DB is #3CEC24. Grayscale: #5D5D5D. Windows color (decimal): -3992613 or 14357443. OLE color: 14357443.

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

Color convert

RGB 195 19 219 -
CMYK 0.11 0.91 0 0.14
HSL 292.8º 0.84% 0.47% -
HSV(B) 292.8º 0.91% 0.86% -
XYZ 35.52 17.18 68.46 -
YUV 94.42 198.31 199.74 -
System Red Green Blue C M Y K H S L
Decimal 195 19 219 0.11 0.91 0 0.14 292.8 0.84 0.47
Hex C3 13 DB B 5B 0 E 125 54 2F
Octal 303 23 333 13 133 0 16 445 124 57
Binary 11000011 10011 11011011 1011 1011011 0 1110 100100101 1010100 101111

Color Harmonies of #C313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313DB

Black with #C313DB

Text Example


Text Example

White with #C313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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