Html Css Color HEX #C318DE Deep Magenta

📋 copy color: '#C318DE'

red 195 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #C318DE

Tints of Deep Magenta #C318DE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.44%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 44.22%
G = 5.44%
B = 50.34%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C318DE (or 0xC318DE) is known color: Deep Magenta. HEX triplet: C3, 18 and DE. RGB value is (195,24,222). Sum of RGB (Red+Green+Blue) = 195+24+222=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #C318DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318DE is #3CE721. Grayscale: #616161. Windows color (decimal): -3991330 or 14555331. OLE color: 14555331.

HSL color Cylindrical-coordinate representation of color #C318DE: hue angle of 291.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C318DE is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 24 222 -
CMYK 0.12 0.89 0 0.13
HSL 291.82º 0.8% 0.48% -
HSV(B) 291.82º 0.89% 0.87% -
XYZ 36.02 17.53 70.59 -
YUV 97.7 198.15 197.4 -
System Red Green Blue C M Y K H S L
Decimal 195 24 222 0.12 0.89 0 0.13 291.82 0.8 0.48
Hex C3 18 DE C 59 0 D 124 50 30
Octal 303 30 336 14 131 0 15 444 120 60
Binary 11000011 11000 11011110 1100 1011001 0 1101 100100100 1010000 110000

Color Harmonies of #C318DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318DE

Black with #C318DE

Text Example


Text Example

White with #C318DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318DE; }

 p { color: rgb(195,24,222); }

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

background-color css

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

 a { background-color: rgb(195,24,222); }

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

border-color css

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

 span { border-color: rgb(195,24,222); }

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