Html Css Color HEX #CA23BC Deep Magenta

📋 copy color: '#CA23BC'

red 202 ◦ green 35 ◦ blue 188

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

Shades of Deep Magenta #CA23BC

Tints of Deep Magenta #CA23BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 47.53%
G = 8.24%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA23BC (or 0xCA23BC) is known color: Deep Magenta. HEX triplet: CA, 23 and BC. RGB value is (202,35,188). Sum of RGB (Red+Green+Blue) = 202+35+188=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA23BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA23BC is #35DC43. Grayscale: #656565. Windows color (decimal): -3529796 or 12329930. OLE color: 12329930.

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

Color convert

RGB 202 35 188 -
CMYK 0 0.83 0.07 0.21
HSL 305.03º 0.7% 0.46% -
HSV(B) 305.03º 0.83% 0.79% -
XYZ 34.04 17.39 49.14 -
YUV 102.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 202 35 188 0 0.83 0.07 0.21 305.03 0.7 0.46
Hex CA 23 BC 0 53 7 15 131 46 2E
Octal 312 43 274 0 123 7 25 461 106 56
Binary 11001010 100011 10111100 0 1010011 111 10101 100110001 1000110 101110

Color Harmonies of #CA23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA23BC

Black with #CA23BC

Text Example


Text Example

White with #CA23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA23BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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