Html Css Color HEX #CA55AC Fuchsia

📋 copy color: '#CA55AC'

red 202 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #CA55AC

Tints of Fuchsia #CA55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

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

R = 44.01%
G = 18.52%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA55AC (or 0xCA55AC) is known color: Fuchsia. HEX triplet: CA, 55 and AC. RGB value is (202,85,172). Sum of RGB (Red+Green+Blue) = 202+85+172=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA55AC is #35AA53. Grayscale: #818181. Windows color (decimal): -3517012 or 11294154. OLE color: 11294154.

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

Color convert

RGB 202 85 172 -
CMYK 0 0.58 0.15 0.21
HSL 315.38º 0.52% 0.56% -
HSV(B) 315.38º 0.58% 0.79% -
XYZ 35.05 22.03 41.43 -
YUV 129.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 202 85 172 0 0.58 0.15 0.21 315.38 0.52 0.56
Hex CA 55 AC 0 3A F 15 13B 34 38
Octal 312 125 254 0 72 17 25 473 64 70
Binary 11001010 1010101 10101100 0 111010 1111 10101 100111011 110100 111000

Color Harmonies of #CA55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA55AC

Black with #CA55AC

Text Example


Text Example

White with #CA55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA55AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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