Html Css Color HEX #CA51AC Fuchsia

📋 copy color: '#CA51AC'

red 202 ◦ green 81 ◦ blue 172

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

Shades of Fuchsia #CA51AC

Tints of Fuchsia #CA51AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 44.4%
G = 17.8%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA51AC (or 0xCA51AC) is known color: Fuchsia. HEX triplet: CA, 51 and AC. RGB value is (202,81,172). Sum of RGB (Red+Green+Blue) = 202+81+172=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51AC is #35AE53. Grayscale: #7F7F7F. Windows color (decimal): -3518036 or 11293130. OLE color: 11293130.

HSL color Cylindrical-coordinate representation of color #CA51AC: hue angle of 314.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 #CA51AC is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 81 172 -
CMYK 0 0.60 0.15 0.21
HSL 314.88º 0.53% 0.55% -
HSV(B) 314.88º 0.6% 0.79% -
XYZ 34.75 21.42 41.33 -
YUV 127.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 202 81 172 0 0.60 0.15 0.21 314.88 0.53 0.55
Hex CA 51 AC 0 3C F 15 13B 35 37
Octal 312 121 254 0 74 17 25 473 65 67
Binary 11001010 1010001 10101100 0 111100 1111 10101 100111011 110101 110111

Color Harmonies of #CA51AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51AC

Black with #CA51AC

Text Example


Text Example

White with #CA51AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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