Html Css Color HEX #CA25DC Deep Magenta

📋 copy color: '#CA25DC'

red 202 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #CA25DC

Tints of Deep Magenta #CA25DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.06%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 44.01%
G = 8.06%
B = 47.93%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA25DC (or 0xCA25DC) is known color: Deep Magenta. HEX triplet: CA, 25 and DC. RGB value is (202,37,220). Sum of RGB (Red+Green+Blue) = 202+37+220=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA25DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25DC is #35DA23. Grayscale: #6A6A6A. Windows color (decimal): -3529252 or 14427594. OLE color: 14427594.

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

Color convert

RGB 202 37 220 -
CMYK 0.08 0.83 0 0.14
HSL 294.1º 0.72% 0.5% -
HSV(B) 294.1º 0.83% 0.86% -
XYZ 37.94 19.05 69.39 -
YUV 107.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 202 37 220 0.08 0.83 0 0.14 294.1 0.72 0.5
Hex CA 25 DC 8 53 0 E 126 48 32
Octal 312 45 334 10 123 0 16 446 110 62
Binary 11001010 100101 11011100 1000 1010011 0 1110 100100110 1001000 110010

Color Harmonies of #CA25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25DC

Black with #CA25DC

Text Example


Text Example

White with #CA25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25DC; }

 p { color: rgb(202,37,220); }

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

background-color css

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

 a { background-color: rgb(202,37,220); }

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

border-color css

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

 span { border-color: rgb(202,37,220); }

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