Html Css Color HEX #C322CC Deep Magenta

📋 copy color: '#C322CC'

red 195 ◦ green 34 ◦ blue 204

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

Shades of Deep Magenta #C322CC

Tints of Deep Magenta #C322CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 45.03%
G = 7.85%
B = 47.11%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C322CC (or 0xC322CC) is known color: Deep Magenta. HEX triplet: C3, 22 and CC. RGB value is (195,34,204). Sum of RGB (Red+Green+Blue) = 195+34+204=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #C322CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C322CC is #3CDD33. Grayscale: #656565. Windows color (decimal): -3988788 or 13378243. OLE color: 13378243.

HSL color Cylindrical-coordinate representation of color #C322CC: hue angle of 296.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C322CC is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 34 204 -
CMYK 0.04 0.83 0 0.2
HSL 296.82º 0.71% 0.47% -
HSV(B) 296.82º 0.83% 0.8% -
XYZ 33.98 17.11 58.64 -
YUV 101.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 195 34 204 0.04 0.83 0 0.2 296.82 0.71 0.47
Hex C3 22 CC 4 53 0 14 129 47 2F
Octal 303 42 314 4 123 0 24 451 107 57
Binary 11000011 100010 11001100 100 1010011 0 10100 100101001 1000111 101111

Color Harmonies of #C322CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C322CC

Black with #C322CC

Text Example


Text Example

White with #C322CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C322CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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