Html Css Color HEX #CA1CDD Deep Magenta

📋 copy color: '#CA1CDD'

red 202 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #CA1CDD

Tints of Deep Magenta #CA1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 44.79%
G = 6.21%
B = 49%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA1CDD (or 0xCA1CDD) is known color: Deep Magenta. HEX triplet: CA, 1C and DD. RGB value is (202,28,221). Sum of RGB (Red+Green+Blue) = 202+28+221=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CDD is #35E322. Grayscale: #656565. Windows color (decimal): -3531555 or 14490826. OLE color: 14490826.

HSL color Cylindrical-coordinate representation of color #CA1CDD: hue angle of 294.09º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1CDD is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 28 221 -
CMYK 0.09 0.87 0 0.13
HSL 294.09º 0.78% 0.49% -
HSV(B) 294.09º 0.87% 0.87% -
XYZ 37.82 18.61 70 -
YUV 102.03 195.15 199.31 -
System Red Green Blue C M Y K H S L
Decimal 202 28 221 0.09 0.87 0 0.13 294.09 0.78 0.49
Hex CA 1C DD 9 57 0 D 126 4E 31
Octal 312 34 335 11 127 0 15 446 116 61
Binary 11001010 11100 11011101 1001 1010111 0 1101 100100110 1001110 110001

Color Harmonies of #CA1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CDD

Black with #CA1CDD

Text Example


Text Example

White with #CA1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CDD; }

 p { color: rgb(202,28,221); }

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

background-color css

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

 a { background-color: rgb(202,28,221); }

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

border-color css

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

 span { border-color: rgb(202,28,221); }

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