Html Css Color HEX #C323DF Deep Magenta

📋 copy color: '#C323DF'

red 195 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #C323DF

Tints of Deep Magenta #C323DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 43.05%
G = 7.73%
B = 49.23%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C323DF (or 0xC323DF) is known color: Deep Magenta. HEX triplet: C3, 23 and DF. RGB value is (195,35,223). Sum of RGB (Red+Green+Blue) = 195+35+223=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C323DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323DF is #3CDC20. Grayscale: #676767. Windows color (decimal): -3988513 or 14623683. OLE color: 14623683.

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

Color convert

RGB 195 35 223 -
CMYK 0.13 0.84 0 0.13
HSL 291.06º 0.75% 0.51% -
HSV(B) 291.06º 0.84% 0.87% -
XYZ 36.43 18.13 71.39 -
YUV 104.27 195.01 192.71 -
System Red Green Blue C M Y K H S L
Decimal 195 35 223 0.13 0.84 0 0.13 291.06 0.75 0.51
Hex C3 23 DF D 54 0 D 123 4B 33
Octal 303 43 337 15 124 0 15 443 113 63
Binary 11000011 100011 11011111 1101 1010100 0 1101 100100011 1001011 110011

Color Harmonies of #C323DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323DF

Black with #C323DF

Text Example


Text Example

White with #C323DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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