Html Css Color HEX #C32ACD Deep Magenta

📋 copy color: '#C32ACD'

red 195 ◦ green 42 ◦ blue 205

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

Shades of Deep Magenta #C32ACD

Tints of Deep Magenta #C32ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 44.12%
G = 9.5%
B = 46.38%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C32ACD (or 0xC32ACD) is known color: Deep Magenta. HEX triplet: C3, 2A and CD. RGB value is (195,42,205). Sum of RGB (Red+Green+Blue) = 195+42+205=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #C32ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ACD is #3CD532. Grayscale: #696969. Windows color (decimal): -3986739 or 13445827. OLE color: 13445827.

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

Color convert

RGB 195 42 205 -
CMYK 0.05 0.80 0 0.20
HSL 296.32º 0.66% 0.48% -
HSV(B) 296.32º 0.8% 0.8% -
XYZ 34.35 17.67 59.36 -
YUV 106.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 195 42 205 0.05 0.80 0 0.20 296.32 0.66 0.48
Hex C3 2A CD 5 50 0 14 128 42 30
Octal 303 52 315 5 120 0 24 450 102 60
Binary 11000011 101010 11001101 101 1010000 0 10100 100101000 1000010 110000

Color Harmonies of #C32ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32ACD

Black with #C32ACD

Text Example


Text Example

White with #C32ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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