Html Css Color HEX #CA25CA Deep Magenta

📋 copy color: '#CA25CA'

red 202 ◦ green 37 ◦ blue 202

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

Shades of Deep Magenta #CA25CA

Tints of Deep Magenta #CA25CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.8%

R = 45.8%
G = 8.39%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA25CA (or 0xCA25CA) is known color: Deep Magenta. HEX triplet: CA, 25 and CA. RGB value is (202,37,202). Sum of RGB (Red+Green+Blue) = 202+37+202=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA25CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25CA is #35DA35. Grayscale: #686868. Windows color (decimal): -3529270 or 13247946. OLE color: 13247946.

HSL color Cylindrical-coordinate representation of color #CA25CA: hue angle of 300º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA25CA is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 202 -
CMYK 0 0.82 0 0.21
HSL 300º 0.69% 0.47% -
HSV(B) 300º 0.82% 0.79% -
XYZ 35.68 18.14 57.5 -
YUV 105.15 182.66 197.08 -
System Red Green Blue C M Y K H S L
Decimal 202 37 202 0 0.82 0 0.21 300 0.69 0.47
Hex CA 25 CA 0 52 0 15 12C 45 2F
Octal 312 45 312 0 122 0 25 454 105 57
Binary 11001010 100101 11001010 0 1010010 0 10101 100101100 1000101 101111

Color Harmonies of #CA25CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25CA

Black with #CA25CA

Text Example


Text Example

White with #CA25CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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