Html Css Color HEX #C323DA Deep Magenta

📋 copy color: '#C323DA'

red 195 ◦ green 35 ◦ blue 218

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

Shades of Deep Magenta #C323DA

Tints of Deep Magenta #C323DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 43.53%
G = 7.81%
B = 48.66%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C323DA (or 0xC323DA) is known color: Deep Magenta. HEX triplet: C3, 23 and DA. RGB value is (195,35,218). Sum of RGB (Red+Green+Blue) = 195+35+218=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #C323DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323DA is #3CDC25. Grayscale: #676767. Windows color (decimal): -3988518 or 14296003. OLE color: 14296003.

HSL color Cylindrical-coordinate representation of color #C323DA: hue angle of 292.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C323DA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 35 218 -
CMYK 0.11 0.84 0 0.15
HSL 292.46º 0.72% 0.5% -
HSV(B) 292.46º 0.84% 0.85% -
XYZ 35.76 17.87 67.89 -
YUV 103.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 195 35 218 0.11 0.84 0 0.15 292.46 0.72 0.5
Hex C3 23 DA B 54 0 F 124 48 32
Octal 303 43 332 13 124 0 17 444 110 62
Binary 11000011 100011 11011010 1011 1010100 0 1111 100100100 1001000 110010

Color Harmonies of #C323DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323DA

Black with #C323DA

Text Example


Text Example

White with #C323DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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