Html Css Color HEX #CA21BE Deep Magenta

📋 copy color: '#CA21BE'

red 202 ◦ green 33 ◦ blue 190

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

Shades of Deep Magenta #CA21BE

Tints of Deep Magenta #CA21BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 47.53%
G = 7.76%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA21BE (or 0xCA21BE) is known color: Deep Magenta. HEX triplet: CA, 21 and BE. RGB value is (202,33,190). Sum of RGB (Red+Green+Blue) = 202+33+190=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21BE is #35DE41. Grayscale: #646464. Windows color (decimal): -3530306 or 12460490. OLE color: 12460490.

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

Color convert

RGB 202 33 190 -
CMYK 0 0.84 0.06 0.21
HSL 304.26º 0.72% 0.46% -
HSV(B) 304.26º 0.84% 0.79% -
XYZ 34.2 17.36 50.26 -
YUV 101.43 177.99 199.73 -
System Red Green Blue C M Y K H S L
Decimal 202 33 190 0 0.84 0.06 0.21 304.26 0.72 0.46
Hex CA 21 BE 0 54 6 15 130 48 2E
Octal 312 41 276 0 124 6 25 460 110 56
Binary 11001010 100001 10111110 0 1010100 110 10101 100110000 1001000 101110

Color Harmonies of #CA21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21BE

Black with #CA21BE

Text Example


Text Example

White with #CA21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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