Html Css Color HEX #CA21B9 Deep Magenta

📋 copy color: '#CA21B9'

red 202 ◦ green 33 ◦ blue 185

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

Shades of Deep Magenta #CA21B9

Tints of Deep Magenta #CA21B9

RGB

 RED value IS 202 (79.3% from 255) = 48.1%

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

 BLUE value IS 185 (72.66% from 255) = 44.05%

R = 48.1%
G = 7.86%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA21B9 (or 0xCA21B9) is known color: Deep Magenta. HEX triplet: CA, 21 and B9. RGB value is (202,33,185). Sum of RGB (Red+Green+Blue) = 202+33+185=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21B9 is #35DE46. Grayscale: #646464. Windows color (decimal): -3530311 or 12132810. OLE color: 12132810.

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

Color convert

RGB 202 33 185 -
CMYK 0 0.84 0.08 0.21
HSL 306.04º 0.72% 0.46% -
HSV(B) 306.04º 0.84% 0.79% -
XYZ 33.66 17.15 47.43 -
YUV 100.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 202 33 185 0 0.84 0.08 0.21 306.04 0.72 0.46
Hex CA 21 B9 0 54 8 15 132 48 2E
Octal 312 41 271 0 124 10 25 462 110 56
Binary 11001010 100001 10111001 0 1010100 1000 10101 100110010 1001000 101110

Color Harmonies of #CA21B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21B9

Black with #CA21B9

Text Example


Text Example

White with #CA21B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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