Html Css Color HEX #C301DC Deep Magenta

📋 copy color: '#C301DC'

red 195 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #C301DC

Tints of Deep Magenta #C301DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 46.88%
G = 0.24%
B = 52.88%

CMYK

 C value IS 0.11

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C301DC (or 0xC301DC) is known color: Deep Magenta. HEX triplet: C3, 01 and DC. RGB value is (195,1,220). Sum of RGB (Red+Green+Blue) = 195+1+220=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #C301DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301DC is #3CFE23. Grayscale: #535353. Windows color (decimal): -3997220 or 14418371. OLE color: 14418371.

HSL color Cylindrical-coordinate representation of color #C301DC: hue angle of 293.15º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301DC is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 1 220 -
CMYK 0.11 1.00 0 0.14
HSL 293.15º 0.99% 0.43% -
HSV(B) 293.15º 1% 0.86% -
XYZ 35.43 16.79 69.08 -
YUV 83.97 204.77 207.19 -
System Red Green Blue C M Y K H S L
Decimal 195 1 220 0.11 1.00 0 0.14 293.15 0.99 0.43
Hex C3 1 DC B 64 0 E 125 63 2B
Octal 303 1 334 13 144 0 16 445 143 53
Binary 11000011 1 11011100 1011 1100100 0 1110 100100101 1100011 101011

Color Harmonies of #C301DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301DC

Black with #C301DC

Text Example


Text Example

White with #C301DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301DC; }

 p { color: rgb(195,1,220); }

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

background-color css

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

 a { background-color: rgb(195,1,220); }

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

border-color css

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

 span { border-color: rgb(195,1,220); }

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