Html Css Color HEX #CA1ADA Deep Magenta

📋 copy color: '#CA1ADA'

red 202 ◦ green 26 ◦ blue 218

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

Shades of Deep Magenta #CA1ADA

Tints of Deep Magenta #CA1ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 45.29%
G = 5.83%
B = 48.88%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA1ADA (or 0xCA1ADA) is known color: Deep Magenta. HEX triplet: CA, 1A and DA. RGB value is (202,26,218). Sum of RGB (Red+Green+Blue) = 202+26+218=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA1ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ADA is #35E525. Grayscale: #636363. Windows color (decimal): -3532070 or 14293706. OLE color: 14293706.

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

Color convert

RGB 202 26 218 -
CMYK 0.07 0.88 0 0.15
HSL 295º 0.79% 0.48% -
HSV(B) 295º 0.88% 0.85% -
XYZ 37.38 18.36 67.9 -
YUV 100.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 202 26 218 0.07 0.88 0 0.15 295 0.79 0.48
Hex CA 1A DA 7 58 0 F 127 4F 30
Octal 312 32 332 7 130 0 17 447 117 60
Binary 11001010 11010 11011010 111 1011000 0 1111 100100111 1001111 110000

Color Harmonies of #CA1ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1ADA

Black with #CA1ADA

Text Example


Text Example

White with #CA1ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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