Html Css Color HEX #C921CA Deep Magenta

📋 copy color: '#C921CA'

red 201 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #C921CA

Tints of Deep Magenta #C921CA

RGB

 RED value IS 201 (78.91% from 255) = 46.1%

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

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

R = 46.1%
G = 7.57%
B = 46.33%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C921CA (or 0xC921CA) is known color: Deep Magenta. HEX triplet: C9, 21 and CA. RGB value is (201,33,202). Sum of RGB (Red+Green+Blue) = 201+33+202=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #C921CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921CA is #36DE35. Grayscale: #656565. Windows color (decimal): -3595830 or 13246921. OLE color: 13246921.

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

Color convert

RGB 201 33 202 -
CMYK 0.00 0.84 0 0.21
HSL 299.65º 0.72% 0.46% -
HSV(B) 299.65º 0.84% 0.79% -
XYZ 35.29 17.77 57.45 -
YUV 102.5 184.16 198.26 -
System Red Green Blue C M Y K H S L
Decimal 201 33 202 0.00 0.84 0 0.21 299.65 0.72 0.46
Hex C9 21 CA 0 54 0 15 12C 48 2E
Octal 311 41 312 0 124 0 25 454 110 56
Binary 11001001 100001 11001010 0 1010100 0 10101 100101100 1001000 101110

Color Harmonies of #C921CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921CA

Black with #C921CA

Text Example


Text Example

White with #C921CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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