Html Css Color HEX #CA25DA Deep Magenta

📋 copy color: '#CA25DA'

red 202 ◦ green 37 ◦ blue 218

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

Shades of Deep Magenta #CA25DA

Tints of Deep Magenta #CA25DA

RGB

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

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

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

R = 44.2%
G = 8.1%
B = 47.7%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA25DA (or 0xCA25DA) is known color: Deep Magenta. HEX triplet: CA, 25 and DA. RGB value is (202,37,218). Sum of RGB (Red+Green+Blue) = 202+37+218=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25DA is #35DA25. Grayscale: #6A6A6A. Windows color (decimal): -3529254 or 14296522. OLE color: 14296522.

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

Color convert

RGB 202 37 218 -
CMYK 0.07 0.83 0 0.15
HSL 294.7º 0.71% 0.5% -
HSV(B) 294.7º 0.83% 0.85% -
XYZ 37.67 18.94 68 -
YUV 106.97 190.66 195.78 -
System Red Green Blue C M Y K H S L
Decimal 202 37 218 0.07 0.83 0 0.15 294.7 0.71 0.5
Hex CA 25 DA 7 53 0 F 127 47 32
Octal 312 45 332 7 123 0 17 447 107 62
Binary 11001010 100101 11011010 111 1010011 0 1111 100100111 1000111 110010

Color Harmonies of #CA25DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25DA

Black with #CA25DA

Text Example


Text Example

White with #CA25DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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