Html Css Color HEX #C313C6 Deep Magenta

📋 copy color: '#C313C6'

red 195 ◦ green 19 ◦ blue 198

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

Shades of Deep Magenta #C313C6

Tints of Deep Magenta #C313C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.06%

R = 47.33%
G = 4.61%
B = 48.06%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C313C6 (or 0xC313C6) is known color: Deep Magenta. HEX triplet: C3, 13 and C6. RGB value is (195,19,198). Sum of RGB (Red+Green+Blue) = 195+19+198=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #C313C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313C6 is #3CEC39. Grayscale: #5B5B5B. Windows color (decimal): -3992634 or 12981187. OLE color: 12981187.

HSL color Cylindrical-coordinate representation of color #C313C6: hue angle of 298.99º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C313C6 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 19 198 -
CMYK 0.02 0.90 0 0.22
HSL 298.99º 0.82% 0.43% -
HSV(B) 298.99º 0.9% 0.78% -
XYZ 32.93 16.15 54.81 -
YUV 92.03 187.81 201.45 -
System Red Green Blue C M Y K H S L
Decimal 195 19 198 0.02 0.90 0 0.22 298.99 0.82 0.43
Hex C3 13 C6 2 5A 0 16 12B 52 2B
Octal 303 23 306 2 132 0 26 453 122 53
Binary 11000011 10011 11000110 10 1011010 0 10110 100101011 1010010 101011

Color Harmonies of #C313C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313C6

Black with #C313C6

Text Example


Text Example

White with #C313C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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