Html Css Color HEX #CA25B2 Deep Magenta

📋 copy color: '#CA25B2'

red 202 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #CA25B2

Tints of Deep Magenta #CA25B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 48.44%
G = 8.87%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA25B2 (or 0xCA25B2) is known color: Deep Magenta. HEX triplet: CA, 25 and B2. RGB value is (202,37,178). Sum of RGB (Red+Green+Blue) = 202+37+178=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA25B2 is #35DA4D. Grayscale: #666666. Windows color (decimal): -3529294 or 11675082. OLE color: 11675082.

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

Color convert

RGB 202 37 178 -
CMYK 0 0.82 0.12 0.21
HSL 308.73º 0.69% 0.47% -
HSV(B) 308.73º 0.82% 0.79% -
XYZ 33.05 17.09 43.68 -
YUV 102.41 170.66 199.04 -
System Red Green Blue C M Y K H S L
Decimal 202 37 178 0 0.82 0.12 0.21 308.73 0.69 0.47
Hex CA 25 B2 0 52 C 15 135 45 2F
Octal 312 45 262 0 122 14 25 465 105 57
Binary 11001010 100101 10110010 0 1010010 1100 10101 100110101 1000101 101111

Color Harmonies of #CA25B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25B2

Black with #CA25B2

Text Example


Text Example

White with #CA25B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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