Html Css Color HEX #C323DD Deep Magenta

📋 copy color: '#C323DD'

red 195 ◦ green 35 ◦ blue 221

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

Shades of Deep Magenta #C323DD

Tints of Deep Magenta #C323DD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.76%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 43.24%
G = 7.76%
B = 49%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C323DD (or 0xC323DD) is known color: Deep Magenta. HEX triplet: C3, 23 and DD. RGB value is (195,35,221). Sum of RGB (Red+Green+Blue) = 195+35+221=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #C323DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323DD is #3CDC22. Grayscale: #676767. Windows color (decimal): -3988515 or 14492611. OLE color: 14492611.

HSL color Cylindrical-coordinate representation of color #C323DD: hue angle of 291.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C323DD is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 35 221 -
CMYK 0.12 0.84 0 0.13
HSL 291.61º 0.73% 0.5% -
HSV(B) 291.61º 0.84% 0.87% -
XYZ 36.16 18.02 69.98 -
YUV 104.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 195 35 221 0.12 0.84 0 0.13 291.61 0.73 0.5
Hex C3 23 DD C 54 0 D 124 49 32
Octal 303 43 335 14 124 0 15 444 111 62
Binary 11000011 100011 11011101 1100 1010100 0 1101 100100100 1001001 110010

Color Harmonies of #C323DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323DD

Black with #C323DD

Text Example


Text Example

White with #C323DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323DD; }

 p { color: rgb(195,35,221); }

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

background-color css

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

 a { background-color: rgb(195,35,221); }

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

border-color css

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

 span { border-color: rgb(195,35,221); }

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