Html Css Color HEX #C323BD Deep Magenta

📋 copy color: '#C323BD'

red 195 ◦ green 35 ◦ blue 189

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

Shades of Deep Magenta #C323BD

Tints of Deep Magenta #C323BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.11%

R = 46.54%
G = 8.35%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C323BD (or 0xC323BD) is known color: Deep Magenta. HEX triplet: C3, 23 and BD. RGB value is (195,35,189). Sum of RGB (Red+Green+Blue) = 195+35+189=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C323BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323BD is #3CDC42. Grayscale: #636363. Windows color (decimal): -3988547 or 12395459. OLE color: 12395459.

HSL color Cylindrical-coordinate representation of color #C323BD: hue angle of 302.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C323BD is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 189 -
CMYK 0 0.82 0.03 0.24
HSL 302.25º 0.7% 0.45% -
HSV(B) 302.25º 0.82% 0.76% -
XYZ 32.29 16.48 49.62 -
YUV 100.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 195 35 189 0 0.82 0.03 0.24 302.25 0.7 0.45
Hex C3 23 BD 0 52 3 18 12E 46 2D
Octal 303 43 275 0 122 3 30 456 106 55
Binary 11000011 100011 10111101 0 1010010 11 11000 100101110 1000110 101101

Color Harmonies of #C323BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323BD

Black with #C323BD

Text Example


Text Example

White with #C323BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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