Html Css Color HEX #CA23DA Deep Magenta

📋 copy color: '#CA23DA'

red 202 ◦ green 35 ◦ blue 218

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

Shades of Deep Magenta #CA23DA

Tints of Deep Magenta #CA23DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 44.4%
G = 7.69%
B = 47.91%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA23DA (or 0xCA23DA) is known color: Deep Magenta. HEX triplet: CA, 23 and DA. RGB value is (202,35,218). Sum of RGB (Red+Green+Blue) = 202+35+218=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23DA is #35DC25. Grayscale: #696969. Windows color (decimal): -3529766 or 14296010. OLE color: 14296010.

HSL color Cylindrical-coordinate representation of color #CA23DA: hue angle of 294.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA23DA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 35 218 -
CMYK 0.07 0.84 0 0.15
HSL 294.75º 0.72% 0.5% -
HSV(B) 294.75º 0.84% 0.85% -
XYZ 37.61 18.82 67.98 -
YUV 105.8 191.33 196.62 -
System Red Green Blue C M Y K H S L
Decimal 202 35 218 0.07 0.84 0 0.15 294.75 0.72 0.5
Hex CA 23 DA 7 54 0 F 127 48 32
Octal 312 43 332 7 124 0 17 447 110 62
Binary 11001010 100011 11011010 111 1010100 0 1111 100100111 1001000 110010

Color Harmonies of #CA23DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23DA

Black with #CA23DA

Text Example


Text Example

White with #CA23DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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