Html Css Color HEX #C321CA Deep Magenta

📋 copy color: '#C321CA'

red 195 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #C321CA

Tints of Deep Magenta #C321CA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.67%

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

R = 45.35%
G = 7.67%
B = 46.98%

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

#C321CA (or 0xC321CA) is known color: Deep Magenta. HEX triplet: C3, 21 and CA. RGB value is (195,33,202). Sum of RGB (Red+Green+Blue) = 195+33+202=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #C321CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321CA is #3CDE35. Grayscale: #646464. Windows color (decimal): -3989046 or 13246915. OLE color: 13246915.

HSL color Cylindrical-coordinate representation of color #C321CA: hue angle of 297.51º degrees, saturation: 0.72, 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 #C321CA is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 33 202 -
CMYK 0.03 0.84 0 0.21
HSL 297.51º 0.72% 0.46% -
HSV(B) 297.51º 0.84% 0.79% -
XYZ 33.71 16.95 57.37 -
YUV 100.7 185.17 195.26 -
System Red Green Blue C M Y K H S L
Decimal 195 33 202 0.03 0.84 0 0.21 297.51 0.72 0.46
Hex C3 21 CA 3 54 0 15 12A 48 2E
Octal 303 41 312 3 124 0 25 452 110 56
Binary 11000011 100001 11001010 11 1010100 0 10101 100101010 1001000 101110

Color Harmonies of #C321CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321CA

Black with #C321CA

Text Example


Text Example

White with #C321CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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