Html Css Color HEX #C321D7 Deep Magenta

📋 copy color: '#C321D7'

red 195 ◦ green 33 ◦ blue 215

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

Shades of Deep Magenta #C321D7

Tints of Deep Magenta #C321D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.53%

R = 44.02%
G = 7.45%
B = 48.53%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C321D7 (or 0xC321D7) is known color: Deep Magenta. HEX triplet: C3, 21 and D7. RGB value is (195,33,215). Sum of RGB (Red+Green+Blue) = 195+33+215=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #C321D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321D7 is #3CDE28. Grayscale: #656565. Windows color (decimal): -3989033 or 14098883. OLE color: 14098883.

HSL color Cylindrical-coordinate representation of color #C321D7: hue angle of 293.41º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C321D7 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 33 215 -
CMYK 0.09 0.85 0 0.16
HSL 293.41º 0.73% 0.49% -
HSV(B) 293.41º 0.85% 0.84% -
XYZ 35.32 17.6 65.83 -
YUV 102.19 191.67 194.2 -
System Red Green Blue C M Y K H S L
Decimal 195 33 215 0.09 0.85 0 0.16 293.41 0.73 0.49
Hex C3 21 D7 9 55 0 10 125 49 31
Octal 303 41 327 11 125 0 20 445 111 61
Binary 11000011 100001 11010111 1001 1010101 0 10000 100100101 1001001 110001

Color Harmonies of #C321D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321D7

Black with #C321D7

Text Example


Text Example

White with #C321D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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