Html Css Color HEX #C321DB Deep Magenta

📋 copy color: '#C321DB'

red 195 ◦ green 33 ◦ blue 219

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

Shades of Deep Magenta #C321DB

Tints of Deep Magenta #C321DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.38%

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

R = 43.62%
G = 7.38%
B = 48.99%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C321DB (or 0xC321DB) is known color: Deep Magenta. HEX triplet: C3, 21 and DB. RGB value is (195,33,219). Sum of RGB (Red+Green+Blue) = 195+33+219=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #C321DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321DB is #3CDE24. Grayscale: #666666. Windows color (decimal): -3989029 or 14361027. OLE color: 14361027.

HSL color Cylindrical-coordinate representation of color #C321DB: hue angle of 292.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C321DB is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 33 219 -
CMYK 0.11 0.85 0 0.14
HSL 292.26º 0.74% 0.49% -
HSV(B) 292.26º 0.85% 0.86% -
XYZ 35.84 17.8 68.57 -
YUV 102.64 193.67 193.88 -
System Red Green Blue C M Y K H S L
Decimal 195 33 219 0.11 0.85 0 0.14 292.26 0.74 0.49
Hex C3 21 DB B 55 0 E 124 4A 31
Octal 303 41 333 13 125 0 16 444 112 61
Binary 11000011 100001 11011011 1011 1010101 0 1110 100100100 1001010 110001

Color Harmonies of #C321DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321DB

Black with #C321DB

Text Example


Text Example

White with #C321DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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