Html Css Color HEX #C323BB Deep Magenta

📋 copy color: '#C323BB'

red 195 ◦ green 35 ◦ blue 187

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

Shades of Deep Magenta #C323BB

Tints of Deep Magenta #C323BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 46.76%
G = 8.39%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C323BB (or 0xC323BB) is known color: Deep Magenta. HEX triplet: C3, 23 and BB. RGB value is (195,35,187). Sum of RGB (Red+Green+Blue) = 195+35+187=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C323BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323BB is #3CDC44. Grayscale: #636363. Windows color (decimal): -3988549 or 12264387. OLE color: 12264387.

HSL color Cylindrical-coordinate representation of color #C323BB: hue angle of 303º 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 #C323BB is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 187 -
CMYK 0 0.82 0.04 0.24
HSL 303º 0.7% 0.45% -
HSV(B) 303º 0.82% 0.76% -
XYZ 32.08 16.39 48.49 -
YUV 100.17 177.01 195.64 -
System Red Green Blue C M Y K H S L
Decimal 195 35 187 0 0.82 0.04 0.24 303 0.7 0.45
Hex C3 23 BB 0 52 4 18 12F 46 2D
Octal 303 43 273 0 122 4 30 457 106 55
Binary 11000011 100011 10111011 0 1010010 100 11000 100101111 1000110 101101

Color Harmonies of #C323BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323BB

Black with #C323BB

Text Example


Text Example

White with #C323BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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