Html Css Color HEX #C315DF Deep Magenta

📋 copy color: '#C315DF'

red 195 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #C315DF

Tints of Deep Magenta #C315DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 44.42%
G = 4.78%
B = 50.8%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C315DF (or 0xC315DF) is known color: Deep Magenta. HEX triplet: C3, 15 and DF. RGB value is (195,21,223). Sum of RGB (Red+Green+Blue) = 195+21+223=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #C315DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C315DF is #3CEA20. Grayscale: #5F5F5F. Windows color (decimal): -3992097 or 14620099. OLE color: 14620099.

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

Color convert

RGB 195 21 223 -
CMYK 0.13 0.91 0 0.13
HSL 291.68º 0.83% 0.48% -
HSV(B) 291.68º 0.91% 0.87% -
XYZ 36.09 17.47 71.28 -
YUV 96.05 199.65 198.57 -
System Red Green Blue C M Y K H S L
Decimal 195 21 223 0.13 0.91 0 0.13 291.68 0.83 0.48
Hex C3 15 DF D 5B 0 D 124 53 30
Octal 303 25 337 15 133 0 15 444 123 60
Binary 11000011 10101 11011111 1101 1011011 0 1101 100100100 1010011 110000

Color Harmonies of #C315DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315DF

Black with #C315DF

Text Example


Text Example

White with #C315DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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