Html Css Color HEX #CA25C1 Deep Magenta

📋 copy color: '#CA25C1'

red 202 ◦ green 37 ◦ blue 193

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

Shades of Deep Magenta #CA25C1

Tints of Deep Magenta #CA25C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.68%

R = 46.76%
G = 8.56%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA25C1 (or 0xCA25C1) is known color: Deep Magenta. HEX triplet: CA, 25 and C1. RGB value is (202,37,193). Sum of RGB (Red+Green+Blue) = 202+37+193=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25C1 is #35DA3E. Grayscale: #676767. Windows color (decimal): -3529279 or 12658122. OLE color: 12658122.

HSL color Cylindrical-coordinate representation of color #CA25C1: hue angle of 303.27º 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 #CA25C1 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 193 -
CMYK 0 0.82 0.04 0.21
HSL 303.27º 0.69% 0.47% -
HSV(B) 303.27º 0.82% 0.79% -
XYZ 34.64 17.73 52.05 -
YUV 104.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 202 37 193 0 0.82 0.04 0.21 303.27 0.69 0.47
Hex CA 25 C1 0 52 4 15 12F 45 2F
Octal 312 45 301 0 122 4 25 457 105 57
Binary 11001010 100101 11000001 0 1010010 100 10101 100101111 1000101 101111

Color Harmonies of #CA25C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25C1

Black with #CA25C1

Text Example


Text Example

White with #CA25C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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