Html Css Color HEX #CA28BA Deep Magenta

📋 copy color: '#CA28BA'

red 202 ◦ green 40 ◦ blue 186

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

Shades of Deep Magenta #CA28BA

Tints of Deep Magenta #CA28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.35%

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 47.2%
G = 9.35%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA28BA (or 0xCA28BA) is known color: Deep Magenta. HEX triplet: CA, 28 and BA. RGB value is (202,40,186). Sum of RGB (Red+Green+Blue) = 202+40+186=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28BA is #35D745. Grayscale: #686868. Windows color (decimal): -3528518 or 12200138. OLE color: 12200138.

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

Color convert

RGB 202 40 186 -
CMYK 0 0.80 0.08 0.21
HSL 305.93º 0.67% 0.47% -
HSV(B) 305.93º 0.8% 0.79% -
XYZ 33.98 17.62 48.06 -
YUV 105.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 202 40 186 0 0.80 0.08 0.21 305.93 0.67 0.47
Hex CA 28 BA 0 50 8 15 132 43 2F
Octal 312 50 272 0 120 10 25 462 103 57
Binary 11001010 101000 10111010 0 1010000 1000 10101 100110010 1000011 101111

Color Harmonies of #CA28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28BA

Black with #CA28BA

Text Example


Text Example

White with #CA28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA28BA; }

 p { color: rgb(202,40,186); }

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

background-color css

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

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

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

border-color css

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

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

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