Html Css Color HEX #CA50AC Fuchsia

📋 copy color: '#CA50AC'

red 202 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #CA50AC

Tints of Fuchsia #CA50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.62%

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

R = 44.49%
G = 17.62%
B = 37.89%

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

#CA50AC (or 0xCA50AC) is known color: Fuchsia. HEX triplet: CA, 50 and AC. RGB value is (202,80,172). Sum of RGB (Red+Green+Blue) = 202+80+172=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA50AC is #35AF53. Grayscale: #7E7E7E. Windows color (decimal): -3518292 or 11292874. OLE color: 11292874.

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

Color convert

RGB 202 80 172 -
CMYK 0 0.60 0.15 0.21
HSL 314.75º 0.54% 0.55% -
HSV(B) 314.75º 0.6% 0.79% -
XYZ 34.67 21.27 41.31 -
YUV 126.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 202 80 172 0 0.60 0.15 0.21 314.75 0.54 0.55
Hex CA 50 AC 0 3C F 15 13B 36 37
Octal 312 120 254 0 74 17 25 473 66 67
Binary 11001010 1010000 10101100 0 111100 1111 10101 100111011 110110 110111

Color Harmonies of #CA50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA50AC

Black with #CA50AC

Text Example


Text Example

White with #CA50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA50AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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