Html Css Color HEX #C320BC Deep Magenta

📋 copy color: '#C320BC'

red 195 ◦ green 32 ◦ blue 188

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

Shades of Deep Magenta #C320BC

Tints of Deep Magenta #C320BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 46.99%
G = 7.71%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C320BC (or 0xC320BC) is known color: Deep Magenta. HEX triplet: C3, 20 and BC. RGB value is (195,32,188). Sum of RGB (Red+Green+Blue) = 195+32+188=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C320BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320BC is #3CDF43. Grayscale: #626262. Windows color (decimal): -3989316 or 12329155. OLE color: 12329155.

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

Color convert

RGB 195 32 188 -
CMYK 0 0.84 0.04 0.24
HSL 302.58º 0.72% 0.45% -
HSV(B) 302.58º 0.84% 0.76% -
XYZ 32.1 16.27 49.02 -
YUV 98.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 195 32 188 0 0.84 0.04 0.24 302.58 0.72 0.45
Hex C3 20 BC 0 54 4 18 12F 48 2D
Octal 303 40 274 0 124 4 30 457 110 55
Binary 11000011 100000 10111100 0 1010100 100 11000 100101111 1001000 101101

Color Harmonies of #C320BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320BC

Black with #C320BC

Text Example


Text Example

White with #C320BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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