Html Css Color HEX #CA52AC Fuchsia

📋 copy color: '#CA52AC'

red 202 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #CA52AC

Tints of Fuchsia #CA52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.98%

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

R = 44.3%
G = 17.98%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA52AC (or 0xCA52AC) is known color: Fuchsia. HEX triplet: CA, 52 and AC. RGB value is (202,82,172). Sum of RGB (Red+Green+Blue) = 202+82+172=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA52AC is #35AD53. Grayscale: #7F7F7F. Windows color (decimal): -3517780 or 11293386. OLE color: 11293386.

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

Color convert

RGB 202 82 172 -
CMYK 0 0.59 0.15 0.21
HSL 315º 0.53% 0.56% -
HSV(B) 315º 0.59% 0.79% -
XYZ 34.82 21.57 41.36 -
YUV 128.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 202 82 172 0 0.59 0.15 0.21 315 0.53 0.56
Hex CA 52 AC 0 3B F 15 13B 35 38
Octal 312 122 254 0 73 17 25 473 65 70
Binary 11001010 1010010 10101100 0 111011 1111 10101 100111011 110101 111000

Color Harmonies of #CA52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52AC

Black with #CA52AC

Text Example


Text Example

White with #CA52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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