Html Css Color HEX #C32ACC Deep Magenta

📋 copy color: '#C32ACC'

red 195 ◦ green 42 ◦ blue 204

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

Shades of Deep Magenta #C32ACC

Tints of Deep Magenta #C32ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.52%

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

R = 44.22%
G = 9.52%
B = 46.26%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C32ACC (or 0xC32ACC) is known color: Deep Magenta. HEX triplet: C3, 2A and CC. RGB value is (195,42,204). Sum of RGB (Red+Green+Blue) = 195+42+204=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #C32ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ACC is #3CD533. Grayscale: #696969. Windows color (decimal): -3986740 or 13380291. OLE color: 13380291.

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

Color convert

RGB 195 42 204 -
CMYK 0.04 0.79 0 0.2
HSL 296.67º 0.66% 0.48% -
HSV(B) 296.67º 0.79% 0.8% -
XYZ 34.23 17.62 58.72 -
YUV 106.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 195 42 204 0.04 0.79 0 0.2 296.67 0.66 0.48
Hex C3 2A CC 4 4F 0 14 129 42 30
Octal 303 52 314 4 117 0 24 451 102 60
Binary 11000011 101010 11001100 100 1001111 0 10100 100101001 1000010 110000

Color Harmonies of #C32ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ACC

Black with #C32ACC

Text Example


Text Example

White with #C32ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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