Html Css Color HEX #C322B6 Deep Magenta

📋 copy color: '#C322B6'

red 195 ◦ green 34 ◦ blue 182

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

Shades of Deep Magenta #C322B6

Tints of Deep Magenta #C322B6

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.27%

 BLUE value IS 182 (71.48% from 255) = 44.28%

R = 47.45%
G = 8.27%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C322B6 (or 0xC322B6) is known color: Deep Magenta. HEX triplet: C3, 22 and B6. RGB value is (195,34,182). Sum of RGB (Red+Green+Blue) = 195+34+182=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C322B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C322B6 is #3CDD49. Grayscale: #626262. Windows color (decimal): -3988810 or 11936451. OLE color: 11936451.

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

Color convert

RGB 195 34 182 -
CMYK 0 0.83 0.07 0.24
HSL 304.84º 0.7% 0.45% -
HSV(B) 304.84º 0.83% 0.76% -
XYZ 31.52 16.12 45.71 -
YUV 99.01 174.84 196.47 -
System Red Green Blue C M Y K H S L
Decimal 195 34 182 0 0.83 0.07 0.24 304.84 0.7 0.45
Hex C3 22 B6 0 53 7 18 131 46 2D
Octal 303 42 266 0 123 7 30 461 106 55
Binary 11000011 100010 10110110 0 1010011 111 11000 100110001 1000110 101101

Color Harmonies of #C322B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C322B6

Black with #C322B6

Text Example


Text Example

White with #C322B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C322B6; }

 p { color: rgb(195,34,182); }

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

background-color css

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

 a { background-color: rgb(195,34,182); }

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

border-color css

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

 span { border-color: rgb(195,34,182); }

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