Html Css Color HEX #C323CE Deep Magenta

📋 copy color: '#C323CE'

red 195 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #C323CE

Tints of Deep Magenta #C323CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 44.72%
G = 8.03%
B = 47.25%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C323CE (or 0xC323CE) is known color: Deep Magenta. HEX triplet: C3, 23 and CE. RGB value is (195,35,206). Sum of RGB (Red+Green+Blue) = 195+35+206=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #C323CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323CE is #3CDC31. Grayscale: #656565. Windows color (decimal): -3988530 or 13509571. OLE color: 13509571.

HSL color Cylindrical-coordinate representation of color #C323CE: hue angle of 296.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C323CE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 35 206 -
CMYK 0.05 0.83 0 0.19
HSL 296.14º 0.71% 0.47% -
HSV(B) 296.14º 0.83% 0.81% -
XYZ 34.25 17.26 59.92 -
YUV 102.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 195 35 206 0.05 0.83 0 0.19 296.14 0.71 0.47
Hex C3 23 CE 5 53 0 13 128 47 2F
Octal 303 43 316 5 123 0 23 450 107 57
Binary 11000011 100011 11001110 101 1010011 0 10011 100101000 1000111 101111

Color Harmonies of #C323CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323CE

Black with #C323CE

Text Example


Text Example

White with #C323CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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