Html Css Color HEX #C921CB Deep Magenta

📋 copy color: '#C921CB'

red 201 ◦ green 33 ◦ blue 203

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

Shades of Deep Magenta #C921CB

Tints of Deep Magenta #C921CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 46%
G = 7.55%
B = 46.45%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C921CB (or 0xC921CB) is known color: Deep Magenta. HEX triplet: C9, 21 and CB. RGB value is (201,33,203). Sum of RGB (Red+Green+Blue) = 201+33+203=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #C921CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921CB is #36DE34. Grayscale: #666666. Windows color (decimal): -3595829 or 13312457. OLE color: 13312457.

HSL color Cylindrical-coordinate representation of color #C921CB: hue angle of 299.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C921CB is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 33 203 -
CMYK 0.01 0.84 0 0.20
HSL 299.29º 0.72% 0.46% -
HSV(B) 299.29º 0.84% 0.8% -
XYZ 35.41 17.82 58.07 -
YUV 102.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 201 33 203 0.01 0.84 0 0.20 299.29 0.72 0.46
Hex C9 21 CB 1 54 0 14 12B 48 2E
Octal 311 41 313 1 124 0 24 453 110 56
Binary 11001001 100001 11001011 1 1010100 0 10100 100101011 1001000 101110

Color Harmonies of #C921CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921CB

Black with #C921CB

Text Example


Text Example

White with #C921CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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