Html Css Color HEX #CA51AE Fuchsia

📋 copy color: '#CA51AE'

red 202 ◦ green 81 ◦ blue 174

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

Shades of Fuchsia #CA51AE

Tints of Fuchsia #CA51AE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.72%

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 44.2%
G = 17.72%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA51AE (or 0xCA51AE) is known color: Fuchsia. HEX triplet: CA, 51 and AE. RGB value is (202,81,174). Sum of RGB (Red+Green+Blue) = 202+81+174=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51AE is #35AE51. Grayscale: #7F7F7F. Windows color (decimal): -3518034 or 11424202. OLE color: 11424202.

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

Color convert

RGB 202 81 174 -
CMYK 0 0.60 0.14 0.21
HSL 313.88º 0.53% 0.55% -
HSV(B) 313.88º 0.6% 0.79% -
XYZ 34.94 21.5 42.35 -
YUV 127.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 202 81 174 0 0.60 0.14 0.21 313.88 0.53 0.55
Hex CA 51 AE 0 3C E 15 13A 35 37
Octal 312 121 256 0 74 16 25 472 65 67
Binary 11001010 1010001 10101110 0 111100 1110 10101 100111010 110101 110111

Color Harmonies of #CA51AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51AE

Black with #CA51AE

Text Example


Text Example

White with #CA51AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51AE; }

 p { color: rgb(202,81,174); }

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

background-color css

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

 a { background-color: rgb(202,81,174); }

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

border-color css

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

 span { border-color: rgb(202,81,174); }

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