Html Css Color HEX #C320CA Deep Magenta

📋 copy color: '#C320CA'

red 195 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #C320CA

Tints of Deep Magenta #C320CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 45.45%
G = 7.46%
B = 47.09%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C320CA (or 0xC320CA) is known color: Deep Magenta. HEX triplet: C3, 20 and CA. RGB value is (195,32,202). Sum of RGB (Red+Green+Blue) = 195+32+202=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #C320CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320CA is #3CDF35. Grayscale: #636363. Windows color (decimal): -3989302 or 13246659. OLE color: 13246659.

HSL color Cylindrical-coordinate representation of color #C320CA: hue angle of 297.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C320CA is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 32 202 -
CMYK 0.03 0.84 0 0.21
HSL 297.53º 0.73% 0.46% -
HSV(B) 297.53º 0.84% 0.79% -
XYZ 33.68 16.9 57.36 -
YUV 100.12 185.5 195.68 -
System Red Green Blue C M Y K H S L
Decimal 195 32 202 0.03 0.84 0 0.21 297.53 0.73 0.46
Hex C3 20 CA 3 54 0 15 12A 49 2E
Octal 303 40 312 3 124 0 25 452 111 56
Binary 11000011 100000 11001010 11 1010100 0 10101 100101010 1001001 101110

Color Harmonies of #C320CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320CA

Black with #C320CA

Text Example


Text Example

White with #C320CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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