Html Css Color HEX #CA23E6 Deep Magenta

📋 copy color: '#CA23E6'

red 202 ◦ green 35 ◦ blue 230

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

Shades of Deep Magenta #CA23E6

Tints of Deep Magenta #CA23E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.25%

R = 43.25%
G = 7.49%
B = 49.25%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA23E6 (or 0xCA23E6) is known color: Deep Magenta. HEX triplet: CA, 23 and E6. RGB value is (202,35,230). Sum of RGB (Red+Green+Blue) = 202+35+230=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA23E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA23E6 is #35DC19. Grayscale: #6A6A6A. Windows color (decimal): -3529754 or 15082442. OLE color: 15082442.

HSL color Cylindrical-coordinate representation of color #CA23E6: hue angle of 291.38º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA23E6 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 35 230 -
CMYK 0.12 0.85 0 0.10
HSL 291.38º 0.8% 0.52% -
HSV(B) 291.38º 0.85% 0.9% -
XYZ 39.24 19.47 76.55 -
YUV 107.16 197.33 195.64 -
System Red Green Blue C M Y K H S L
Decimal 202 35 230 0.12 0.85 0 0.10 291.38 0.8 0.52
Hex CA 23 E6 C 55 0 A 123 50 34
Octal 312 43 346 14 125 0 12 443 120 64
Binary 11001010 100011 11100110 1100 1010101 0 1010 100100011 1010000 110100

Color Harmonies of #CA23E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23E6

Black with #CA23E6

Text Example


Text Example

White with #CA23E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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