Html Css Color HEX #CA23BE Deep Magenta

📋 copy color: '#CA23BE'

red 202 ◦ green 35 ◦ blue 190

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

Shades of Deep Magenta #CA23BE

Tints of Deep Magenta #CA23BE

RGB

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

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

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

R = 47.31%
G = 8.2%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA23BE (or 0xCA23BE) is known color: Deep Magenta. HEX triplet: CA, 23 and BE. RGB value is (202,35,190). Sum of RGB (Red+Green+Blue) = 202+35+190=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA23BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23BE is #35DC41. Grayscale: #666666. Windows color (decimal): -3529794 or 12461002. OLE color: 12461002.

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

Color convert

RGB 202 35 190 -
CMYK 0 0.83 0.06 0.21
HSL 304.31º 0.7% 0.46% -
HSV(B) 304.31º 0.83% 0.79% -
XYZ 34.25 17.48 50.28 -
YUV 102.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 202 35 190 0 0.83 0.06 0.21 304.31 0.7 0.46
Hex CA 23 BE 0 53 6 15 130 46 2E
Octal 312 43 276 0 123 6 25 460 106 56
Binary 11001010 100011 10111110 0 1010011 110 10101 100110000 1000110 101110

Color Harmonies of #CA23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23BE

Black with #CA23BE

Text Example


Text Example

White with #CA23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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