Html Css Color HEX #C313CF Deep Magenta

📋 copy color: '#C313CF'

red 195 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #C313CF

Tints of Deep Magenta #C313CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 46.32%
G = 4.51%
B = 49.17%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C313CF (or 0xC313CF) is known color: Deep Magenta. HEX triplet: C3, 13 and CF. RGB value is (195,19,207). Sum of RGB (Red+Green+Blue) = 195+19+207=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #C313CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313CF is #3CEC30. Grayscale: #5C5C5C. Windows color (decimal): -3992625 or 13571011. OLE color: 13571011.

HSL color Cylindrical-coordinate representation of color #C313CF: hue angle of 296.17º 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 #C313CF is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 19 207 -
CMYK 0.06 0.91 0 0.19
HSL 296.17º 0.83% 0.44% -
HSV(B) 296.17º 0.91% 0.81% -
XYZ 34 16.57 60.44 -
YUV 93.06 192.31 200.71 -
System Red Green Blue C M Y K H S L
Decimal 195 19 207 0.06 0.91 0 0.19 296.17 0.83 0.44
Hex C3 13 CF 6 5B 0 13 128 53 2C
Octal 303 23 317 6 133 0 23 450 123 54
Binary 11000011 10011 11001111 110 1011011 0 10011 100101000 1010011 101100

Color Harmonies of #C313CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313CF

Black with #C313CF

Text Example


Text Example

White with #C313CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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