Html Css Color HEX #C301DB Deep Magenta

📋 copy color: '#C301DB'

red 195 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #C301DB

Tints of Deep Magenta #C301DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 46.99%
G = 0.24%
B = 52.77%

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

#C301DB (or 0xC301DB) is known color: Deep Magenta. HEX triplet: C3, 01 and DB. RGB value is (195,1,219). Sum of RGB (Red+Green+Blue) = 195+1+219=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #C301DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301DB is #3CFE24. Grayscale: #535353. Windows color (decimal): -3997221 or 14352835. OLE color: 14352835.

HSL color Cylindrical-coordinate representation of color #C301DB: hue angle of 293.39º 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 #C301DB is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 1 219 -
CMYK 0.11 1.00 0 0.14
HSL 293.39º 0.99% 0.43% -
HSV(B) 293.39º 1% 0.86% -
XYZ 35.3 16.74 68.39 -
YUV 83.86 204.27 207.27 -
System Red Green Blue C M Y K H S L
Decimal 195 1 219 0.11 1.00 0 0.14 293.39 0.99 0.43
Hex C3 1 DB B 64 0 E 125 63 2B
Octal 303 1 333 13 144 0 16 445 143 53
Binary 11000011 1 11011011 1011 1100100 0 1110 100100101 1100011 101011

Color Harmonies of #C301DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301DB

Black with #C301DB

Text Example


Text Example

White with #C301DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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