Html Css Color HEX #CA1ADB Deep Magenta

📋 copy color: '#CA1ADB'

red 202 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #CA1ADB

Tints of Deep Magenta #CA1ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.82%

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

R = 45.19%
G = 5.82%
B = 48.99%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA1ADB (or 0xCA1ADB) is known color: Deep Magenta. HEX triplet: CA, 1A and DB. RGB value is (202,26,219). Sum of RGB (Red+Green+Blue) = 202+26+219=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ADB is #35E524. Grayscale: #646464. Windows color (decimal): -3532069 or 14359242. OLE color: 14359242.

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

Color convert

RGB 202 26 219 -
CMYK 0.08 0.88 0 0.14
HSL 294.72º 0.79% 0.48% -
HSV(B) 294.72º 0.88% 0.86% -
XYZ 37.51 18.41 68.59 -
YUV 100.63 194.81 200.31 -
System Red Green Blue C M Y K H S L
Decimal 202 26 219 0.08 0.88 0 0.14 294.72 0.79 0.48
Hex CA 1A DB 8 58 0 E 127 4F 30
Octal 312 32 333 10 130 0 16 447 117 60
Binary 11001010 11010 11011011 1000 1011000 0 1110 100100111 1001111 110000

Color Harmonies of #CA1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1ADB

Black with #CA1ADB

Text Example


Text Example

White with #CA1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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