Html Css Color HEX #CA23E0 Deep Magenta

📋 copy color: '#CA23E0'

red 202 ◦ green 35 ◦ blue 224

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

Shades of Deep Magenta #CA23E0

Tints of Deep Magenta #CA23E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 43.82%
G = 7.59%
B = 48.59%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA23E0 (or 0xCA23E0) is known color: Deep Magenta. HEX triplet: CA, 23 and E0. RGB value is (202,35,224). Sum of RGB (Red+Green+Blue) = 202+35+224=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA23E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23E0 is #35DC1F. Grayscale: #696969. Windows color (decimal): -3529760 or 14689226. OLE color: 14689226.

HSL color Cylindrical-coordinate representation of color #CA23E0: hue angle of 293.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA23E0 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 35 224 -
CMYK 0.10 0.84 0 0.12
HSL 293.02º 0.75% 0.51% -
HSV(B) 293.02º 0.84% 0.88% -
XYZ 38.41 19.14 72.19 -
YUV 106.48 194.33 196.13 -
System Red Green Blue C M Y K H S L
Decimal 202 35 224 0.10 0.84 0 0.12 293.02 0.75 0.51
Hex CA 23 E0 A 54 0 C 125 4B 33
Octal 312 43 340 12 124 0 14 445 113 63
Binary 11001010 100011 11100000 1010 1010100 0 1100 100100101 1001011 110011

Color Harmonies of #CA23E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23E0

Black with #CA23E0

Text Example


Text Example

White with #CA23E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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