Html Css Color HEX #C320B5 Deep Magenta

📋 copy color: '#C320B5'

red 195 ◦ green 32 ◦ blue 181

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

Shades of Deep Magenta #C320B5

Tints of Deep Magenta #C320B5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.84%

 BLUE value IS 181 (71.09% from 255) = 44.36%

R = 47.79%
G = 7.84%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C320B5 (or 0xC320B5) is known color: Deep Magenta. HEX triplet: C3, 20 and B5. RGB value is (195,32,181). Sum of RGB (Red+Green+Blue) = 195+32+181=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C320B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320B5 is #3CDF4A. Grayscale: #616161. Windows color (decimal): -3989323 or 11870403. OLE color: 11870403.

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

Color convert

RGB 195 32 181 -
CMYK 0 0.84 0.07 0.24
HSL 305.15º 0.72% 0.45% -
HSV(B) 305.15º 0.84% 0.76% -
XYZ 31.36 15.97 45.15 -
YUV 97.72 175 197.38 -
System Red Green Blue C M Y K H S L
Decimal 195 32 181 0 0.84 0.07 0.24 305.15 0.72 0.45
Hex C3 20 B5 0 54 7 18 131 48 2D
Octal 303 40 265 0 124 7 30 461 110 55
Binary 11000011 100000 10110101 0 1010100 111 11000 100110001 1001000 101101

Color Harmonies of #C320B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320B5

Black with #C320B5

Text Example


Text Example

White with #C320B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320B5; }

 p { color: rgb(195,32,181); }

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

background-color css

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

 a { background-color: rgb(195,32,181); }

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

border-color css

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

 span { border-color: rgb(195,32,181); }

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