Html Css Color HEX #CA1CDA Deep Magenta

📋 copy color: '#CA1CDA'

red 202 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #CA1CDA

Tints of Deep Magenta #CA1CDA

RGB

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

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

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

R = 45.09%
G = 6.25%
B = 48.66%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA1CDA (or 0xCA1CDA) is known color: Deep Magenta. HEX triplet: CA, 1C and DA. RGB value is (202,28,218). Sum of RGB (Red+Green+Blue) = 202+28+218=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CDA is #35E325. Grayscale: #656565. Windows color (decimal): -3531558 or 14294218. OLE color: 14294218.

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

Color convert

RGB 202 28 218 -
CMYK 0.07 0.87 0 0.15
HSL 294.95º 0.77% 0.48% -
HSV(B) 294.95º 0.87% 0.85% -
XYZ 37.43 18.45 67.92 -
YUV 101.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 202 28 218 0.07 0.87 0 0.15 294.95 0.77 0.48
Hex CA 1C DA 7 57 0 F 127 4D 30
Octal 312 34 332 7 127 0 17 447 115 60
Binary 11001010 11100 11011010 111 1010111 0 1111 100100111 1001101 110000

Color Harmonies of #CA1CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CDA

Black with #CA1CDA

Text Example


Text Example

White with #CA1CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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