Html Css Color HEX #CA1DB9 Deep Magenta

📋 copy color: '#CA1DB9'

red 202 ◦ green 29 ◦ blue 185

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

Shades of Deep Magenta #CA1DB9

Tints of Deep Magenta #CA1DB9

RGB

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

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

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

R = 48.56%
G = 6.97%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA1DB9 (or 0xCA1DB9) is known color: Deep Magenta. HEX triplet: CA, 1D and B9. RGB value is (202,29,185). Sum of RGB (Red+Green+Blue) = 202+29+185=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DB9 is #35E246. Grayscale: #626262. Windows color (decimal): -3531335 or 12131786. OLE color: 12131786.

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

Color convert

RGB 202 29 185 -
CMYK 0 0.86 0.08 0.21
HSL 305.9º 0.75% 0.45% -
HSV(B) 305.9º 0.86% 0.79% -
XYZ 33.55 16.94 47.4 -
YUV 98.51 176.81 201.82 -
System Red Green Blue C M Y K H S L
Decimal 202 29 185 0 0.86 0.08 0.21 305.9 0.75 0.45
Hex CA 1D B9 0 56 8 15 132 4B 2D
Octal 312 35 271 0 126 10 25 462 113 55
Binary 11001010 11101 10111001 0 1010110 1000 10101 100110010 1001011 101101

Color Harmonies of #CA1DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DB9

Black with #CA1DB9

Text Example


Text Example

White with #CA1DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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