Html Css Color HEX #CA1DB5 Deep Magenta

📋 copy color: '#CA1DB5'

red 202 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #CA1DB5

Tints of Deep Magenta #CA1DB5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.04%

 BLUE value IS 181 (71.09% from 255) = 43.93%

R = 49.03%
G = 7.04%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA1DB5 (or 0xCA1DB5) is known color: Deep Magenta. HEX triplet: CA, 1D and B5. RGB value is (202,29,181). Sum of RGB (Red+Green+Blue) = 202+29+181=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DB5 is #35E24A. Grayscale: #616161. Windows color (decimal): -3531339 or 11869642. OLE color: 11869642.

HSL color Cylindrical-coordinate representation of color #CA1DB5: hue angle of 307.28º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1DB5 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 29 181 -
CMYK 0 0.86 0.10 0.21
HSL 307.28º 0.75% 0.45% -
HSV(B) 307.28º 0.86% 0.79% -
XYZ 33.14 16.77 45.21 -
YUV 98.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 202 29 181 0 0.86 0.10 0.21 307.28 0.75 0.45
Hex CA 1D B5 0 56 A 15 133 4B 2D
Octal 312 35 265 0 126 12 25 463 113 55
Binary 11001010 11101 10110101 0 1010110 1010 10101 100110011 1001011 101101

Color Harmonies of #CA1DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DB5

Black with #CA1DB5

Text Example


Text Example

White with #CA1DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DB5; }

 p { color: rgb(202,29,181); }

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

background-color css

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

 a { background-color: rgb(202,29,181); }

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

border-color css

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

 span { border-color: rgb(202,29,181); }

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