Html Css Color HEX #C315CE Deep Magenta

📋 copy color: '#C315CE'

red 195 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #C315CE

Tints of Deep Magenta #C315CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 46.21%
G = 4.98%
B = 48.82%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C315CE (or 0xC315CE) is known color: Deep Magenta. HEX triplet: C3, 15 and CE. RGB value is (195,21,206). Sum of RGB (Red+Green+Blue) = 195+21+206=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #C315CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315CE is #3CEA31. Grayscale: #5D5D5D. Windows color (decimal): -3992114 or 13505987. OLE color: 13505987.

HSL color Cylindrical-coordinate representation of color #C315CE: hue angle of 296.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C315CE is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 21 206 -
CMYK 0.05 0.90 0 0.19
HSL 296.43º 0.81% 0.45% -
HSV(B) 296.43º 0.9% 0.81% -
XYZ 33.91 16.59 59.81 -
YUV 94.12 191.15 199.96 -
System Red Green Blue C M Y K H S L
Decimal 195 21 206 0.05 0.90 0 0.19 296.43 0.81 0.45
Hex C3 15 CE 5 5A 0 13 128 51 2D
Octal 303 25 316 5 132 0 23 450 121 55
Binary 11000011 10101 11001110 101 1011010 0 10011 100101000 1010001 101101

Color Harmonies of #C315CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315CE

Black with #C315CE

Text Example


Text Example

White with #C315CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315CE; }

 p { color: rgb(195,21,206); }

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

background-color css

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

 a { background-color: rgb(195,21,206); }

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

border-color css

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

 span { border-color: rgb(195,21,206); }

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