Html Css Color HEX #CA1DDB Deep Magenta

📋 copy color: '#CA1DDB'

red 202 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #CA1DDB

Tints of Deep Magenta #CA1DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 44.89%
G = 6.44%
B = 48.67%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA1DDB (or 0xCA1DDB) is known color: Deep Magenta. HEX triplet: CA, 1D and DB. RGB value is (202,29,219). Sum of RGB (Red+Green+Blue) = 202+29+219=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1DDB is #35E224. Grayscale: #656565. Windows color (decimal): -3531301 or 14360010. OLE color: 14360010.

HSL color Cylindrical-coordinate representation of color #CA1DDB: hue angle of 294.63º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1DDB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 29 219 -
CMYK 0.08 0.87 0 0.14
HSL 294.63º 0.77% 0.49% -
HSV(B) 294.63º 0.87% 0.86% -
XYZ 37.58 18.55 68.62 -
YUV 102.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 202 29 219 0.08 0.87 0 0.14 294.63 0.77 0.49
Hex CA 1D DB 8 57 0 E 127 4D 31
Octal 312 35 333 10 127 0 16 447 115 61
Binary 11001010 11101 11011011 1000 1010111 0 1110 100100111 1001101 110001

Color Harmonies of #CA1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DDB

Black with #CA1DDB

Text Example


Text Example

White with #CA1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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