Html Css Color HEX #CA46AB Fuchsia

📋 copy color: '#CA46AB'

red 202 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #CA46AB

Tints of Fuchsia #CA46AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.8%

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

R = 45.6%
G = 15.8%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA46AB (or 0xCA46AB) is known color: Fuchsia. HEX triplet: CA, 46 and AB. RGB value is (202,70,171). Sum of RGB (Red+Green+Blue) = 202+70+171=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA46AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA46AB is #35B954. Grayscale: #787878. Windows color (decimal): -3520853 or 11224778. OLE color: 11224778.

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

Color convert

RGB 202 70 171 -
CMYK 0 0.65 0.15 0.21
HSL 314.09º 0.55% 0.53% -
HSV(B) 314.09º 0.65% 0.79% -
XYZ 33.9 19.88 40.58 -
YUV 120.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 202 70 171 0 0.65 0.15 0.21 314.09 0.55 0.53
Hex CA 46 AB 0 41 F 15 13A 37 35
Octal 312 106 253 0 101 17 25 472 67 65
Binary 11001010 1000110 10101011 0 1000001 1111 10101 100111010 110111 110101

Color Harmonies of #CA46AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA46AB

Black with #CA46AB

Text Example


Text Example

White with #CA46AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA46AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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