Html Css Color HEX #CA53AB Fuchsia

📋 copy color: '#CA53AB'

red 202 ◦ green 83 ◦ blue 171

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

Shades of Fuchsia #CA53AB

Tints of Fuchsia #CA53AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 44.3%
G = 18.2%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA53AB (or 0xCA53AB) is known color: Fuchsia. HEX triplet: CA, 53 and AB. RGB value is (202,83,171). Sum of RGB (Red+Green+Blue) = 202+83+171=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53AB is #35AC54. Grayscale: #808080. Windows color (decimal): -3517525 or 11228106. OLE color: 11228106.

HSL color Cylindrical-coordinate representation of color #CA53AB: hue angle of 315.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA53AB is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 83 171 -
CMYK 0 0.59 0.15 0.21
HSL 315.63º 0.53% 0.56% -
HSV(B) 315.63º 0.59% 0.79% -
XYZ 34.8 21.68 40.88 -
YUV 128.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 202 83 171 0 0.59 0.15 0.21 315.63 0.53 0.56
Hex CA 53 AB 0 3B F 15 13C 35 38
Octal 312 123 253 0 73 17 25 474 65 70
Binary 11001010 1010011 10101011 0 111011 1111 10101 100111100 110101 111000

Color Harmonies of #CA53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53AB

Black with #CA53AB

Text Example


Text Example

White with #CA53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53AB; }

 p { color: rgb(202,83,171); }

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

background-color css

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

 a { background-color: rgb(202,83,171); }

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

border-color css

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

 span { border-color: rgb(202,83,171); }

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