Html Css Color HEX #CA28BE Deep Magenta

📋 copy color: '#CA28BE'

red 202 ◦ green 40 ◦ blue 190

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

Shades of Deep Magenta #CA28BE

Tints of Deep Magenta #CA28BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 46.76%
G = 9.26%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA28BE (or 0xCA28BE) is known color: Deep Magenta. HEX triplet: CA, 28 and BE. RGB value is (202,40,190). Sum of RGB (Red+Green+Blue) = 202+40+190=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28BE is #35D741. Grayscale: #696969. Windows color (decimal): -3528514 or 12462282. OLE color: 12462282.

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

Color convert

RGB 202 40 190 -
CMYK 0 0.80 0.06 0.21
HSL 304.44º 0.67% 0.47% -
HSV(B) 304.44º 0.8% 0.79% -
XYZ 34.41 17.79 50.34 -
YUV 105.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 202 40 190 0 0.80 0.06 0.21 304.44 0.67 0.47
Hex CA 28 BE 0 50 6 15 130 43 2F
Octal 312 50 276 0 120 6 25 460 103 57
Binary 11001010 101000 10111110 0 1010000 110 10101 100110000 1000011 101111

Color Harmonies of #CA28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28BE

Black with #CA28BE

Text Example


Text Example

White with #CA28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA28BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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