Html Css Color HEX #C310CC Deep Magenta

📋 copy color: '#C310CC'

red 195 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #C310CC

Tints of Deep Magenta #C310CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 46.99%
G = 3.86%
B = 49.16%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C310CC (or 0xC310CC) is known color: Deep Magenta. HEX triplet: C3, 10 and CC. RGB value is (195,16,204). Sum of RGB (Red+Green+Blue) = 195+16+204=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C310CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310CC is #3CEF33. Grayscale: #5A5A5A. Windows color (decimal): -3993396 or 13373635. OLE color: 13373635.

HSL color Cylindrical-coordinate representation of color #C310CC: hue angle of 297.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C310CC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 16 204 -
CMYK 0.04 0.92 0 0.2
HSL 297.13º 0.85% 0.43% -
HSV(B) 297.13º 0.92% 0.8% -
XYZ 33.59 16.33 58.51 -
YUV 90.95 191.8 202.21 -
System Red Green Blue C M Y K H S L
Decimal 195 16 204 0.04 0.92 0 0.2 297.13 0.85 0.43
Hex C3 10 CC 4 5C 0 14 129 55 2B
Octal 303 20 314 4 134 0 24 451 125 53
Binary 11000011 10000 11001100 100 1011100 0 10100 100101001 1010101 101011

Color Harmonies of #C310CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310CC

Black with #C310CC

Text Example


Text Example

White with #C310CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310CC; }

 p { color: rgb(195,16,204); }

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

background-color css

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

 a { background-color: rgb(195,16,204); }

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

border-color css

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

 span { border-color: rgb(195,16,204); }

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