Html Css Color HEX #C313CE Deep Magenta

📋 copy color: '#C313CE'

red 195 ◦ green 19 ◦ blue 206

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

Shades of Deep Magenta #C313CE

Tints of Deep Magenta #C313CE

RGB

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

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

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

R = 46.43%
G = 4.52%
B = 49.05%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C313CE (or 0xC313CE) is known color: Deep Magenta. HEX triplet: C3, 13 and CE. RGB value is (195,19,206). Sum of RGB (Red+Green+Blue) = 195+19+206=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C313CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313CE is #3CEC31. Grayscale: #5C5C5C. Windows color (decimal): -3992626 or 13505475. OLE color: 13505475.

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

Color convert

RGB 195 19 206 -
CMYK 0.05 0.91 0 0.19
HSL 296.47º 0.83% 0.44% -
HSV(B) 296.47º 0.91% 0.81% -
XYZ 33.88 16.52 59.8 -
YUV 92.94 191.81 200.79 -
System Red Green Blue C M Y K H S L
Decimal 195 19 206 0.05 0.91 0 0.19 296.47 0.83 0.44
Hex C3 13 CE 5 5B 0 13 128 53 2C
Octal 303 23 316 5 133 0 23 450 123 54
Binary 11000011 10011 11001110 101 1011011 0 10011 100101000 1010011 101100

Color Harmonies of #C313CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313CE

Black with #C313CE

Text Example


Text Example

White with #C313CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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