Html Css Color HEX #CA49AC Fuchsia

📋 copy color: '#CA49AC'

red 202 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #CA49AC

Tints of Fuchsia #CA49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.33%

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

R = 45.19%
G = 16.33%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA49AC (or 0xCA49AC) is known color: Fuchsia. HEX triplet: CA, 49 and AC. RGB value is (202,73,172). Sum of RGB (Red+Green+Blue) = 202+73+172=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA49AC is #35B653. Grayscale: #7A7A7A. Windows color (decimal): -3520084 or 11291082. OLE color: 11291082.

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

Color convert

RGB 202 73 172 -
CMYK 0 0.64 0.15 0.21
HSL 313.95º 0.55% 0.54% -
HSV(B) 313.95º 0.64% 0.79% -
XYZ 34.19 20.3 41.15 -
YUV 122.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 202 73 172 0 0.64 0.15 0.21 313.95 0.55 0.54
Hex CA 49 AC 0 40 F 15 13A 37 36
Octal 312 111 254 0 100 17 25 472 67 66
Binary 11001010 1001001 10101100 0 1000000 1111 10101 100111010 110111 110110

Color Harmonies of #CA49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49AC

Black with #CA49AC

Text Example


Text Example

White with #CA49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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