Html Css Color HEX #C320B0 Deep Magenta

📋 copy color: '#C320B0'

red 195 ◦ green 32 ◦ blue 176

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

Shades of Deep Magenta #C320B0

Tints of Deep Magenta #C320B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 48.39%
G = 7.94%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C320B0 (or 0xC320B0) is known color: Deep Magenta. HEX triplet: C3, 20 and B0. RGB value is (195,32,176). Sum of RGB (Red+Green+Blue) = 195+32+176=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C320B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320B0 is #3CDF4F. Grayscale: #606060. Windows color (decimal): -3989328 or 11542723. OLE color: 11542723.

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

Color convert

RGB 195 32 176 -
CMYK 0 0.84 0.10 0.24
HSL 306.99º 0.72% 0.45% -
HSV(B) 306.99º 0.84% 0.76% -
XYZ 30.86 15.77 42.49 -
YUV 97.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 195 32 176 0 0.84 0.10 0.24 306.99 0.72 0.45
Hex C3 20 B0 0 54 A 18 133 48 2D
Octal 303 40 260 0 124 12 30 463 110 55
Binary 11000011 100000 10110000 0 1010100 1010 11000 100110011 1001000 101101

Color Harmonies of #C320B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320B0

Black with #C320B0

Text Example


Text Example

White with #C320B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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