Html Css Color HEX #C31DCC Deep Magenta

📋 copy color: '#C31DCC'

red 195 ◦ green 29 ◦ blue 204

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

Shades of Deep Magenta #C31DCC

Tints of Deep Magenta #C31DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.78%

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

R = 45.56%
G = 6.78%
B = 47.66%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C31DCC (or 0xC31DCC) is known color: Deep Magenta. HEX triplet: C3, 1D and CC. RGB value is (195,29,204). Sum of RGB (Red+Green+Blue) = 195+29+204=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #C31DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31DCC is #3CE233. Grayscale: #626262. Windows color (decimal): -3990068 or 13376963. OLE color: 13376963.

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

Color convert

RGB 195 29 204 -
CMYK 0.04 0.86 0 0.2
HSL 296.91º 0.75% 0.46% -
HSV(B) 296.91º 0.86% 0.8% -
XYZ 33.84 16.84 58.59 -
YUV 98.58 187.5 196.77 -
System Red Green Blue C M Y K H S L
Decimal 195 29 204 0.04 0.86 0 0.2 296.91 0.75 0.46
Hex C3 1D CC 4 56 0 14 129 4B 2E
Octal 303 35 314 4 126 0 24 451 113 56
Binary 11000011 11101 11001100 100 1010110 0 10100 100101001 1001011 101110

Color Harmonies of #C31DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DCC

Black with #C31DCC

Text Example


Text Example

White with #C31DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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