Html Css Color HEX #CA23B9 Deep Magenta

📋 copy color: '#CA23B9'

red 202 ◦ green 35 ◦ blue 185

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

Shades of Deep Magenta #CA23B9

Tints of Deep Magenta #CA23B9

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.29%

 BLUE value IS 185 (72.66% from 255) = 43.84%

R = 47.87%
G = 8.29%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA23B9 (or 0xCA23B9) is known color: Deep Magenta. HEX triplet: CA, 23 and B9. RGB value is (202,35,185). Sum of RGB (Red+Green+Blue) = 202+35+185=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA23B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23B9 is #35DC46. Grayscale: #656565. Windows color (decimal): -3529799 or 12133322. OLE color: 12133322.

HSL color Cylindrical-coordinate representation of color #CA23B9: hue angle of 306.11º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA23B9 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 185 -
CMYK 0 0.83 0.08 0.21
HSL 306.11º 0.7% 0.46% -
HSV(B) 306.11º 0.83% 0.79% -
XYZ 33.72 17.26 47.45 -
YUV 102.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 202 35 185 0 0.83 0.08 0.21 306.11 0.7 0.46
Hex CA 23 B9 0 53 8 15 132 46 2E
Octal 312 43 271 0 123 10 25 462 106 56
Binary 11001010 100011 10111001 0 1010011 1000 10101 100110010 1000110 101110

Color Harmonies of #CA23B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23B9

Black with #CA23B9

Text Example


Text Example

White with #CA23B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23B9; }

 p { color: rgb(202,35,185); }

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

background-color css

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

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

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

border-color css

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

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

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