Html Css Color HEX #C321CD Deep Magenta

📋 copy color: '#C321CD'

red 195 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #C321CD

Tints of Deep Magenta #C321CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 45.03%
G = 7.62%
B = 47.34%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C321CD (or 0xC321CD) is known color: Deep Magenta. HEX triplet: C3, 21 and CD. RGB value is (195,33,205). Sum of RGB (Red+Green+Blue) = 195+33+205=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #C321CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321CD is #3CDE32. Grayscale: #646464. Windows color (decimal): -3989043 or 13443523. OLE color: 13443523.

HSL color Cylindrical-coordinate representation of color #C321CD: hue angle of 296.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C321CD is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 33 205 -
CMYK 0.05 0.84 0 0.20
HSL 296.51º 0.72% 0.47% -
HSV(B) 296.51º 0.84% 0.8% -
XYZ 34.07 17.1 59.26 -
YUV 101.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 195 33 205 0.05 0.84 0 0.20 296.51 0.72 0.47
Hex C3 21 CD 5 54 0 14 129 48 2F
Octal 303 41 315 5 124 0 24 451 110 57
Binary 11000011 100001 11001101 101 1010100 0 10100 100101001 1001000 101111

Color Harmonies of #C321CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321CD

Black with #C321CD

Text Example


Text Example

White with #C321CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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