Html Css Color HEX #CA60AB Fuchsia

📋 copy color: '#CA60AB'

red 202 ◦ green 96 ◦ blue 171

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

Shades of Fuchsia #CA60AB

Tints of Fuchsia #CA60AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.47%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 43.07%
G = 20.47%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA60AB (or 0xCA60AB) is known color: Fuchsia. HEX triplet: CA, 60 and AB. RGB value is (202,96,171). Sum of RGB (Red+Green+Blue) = 202+96+171=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA60AB is #359F54. Grayscale: #888888. Windows color (decimal): -3514197 or 11231434. OLE color: 11231434.

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

Color convert

RGB 202 96 171 -
CMYK 0 0.52 0.15 0.21
HSL 317.55º 0.5% 0.58% -
HSV(B) 317.55º 0.52% 0.79% -
XYZ 35.89 23.86 41.24 -
YUV 136.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 202 96 171 0 0.52 0.15 0.21 317.55 0.5 0.58
Hex CA 60 AB 0 34 F 15 13E 32 3A
Octal 312 140 253 0 64 17 25 476 62 72
Binary 11001010 1100000 10101011 0 110100 1111 10101 100111110 110010 111010

Color Harmonies of #CA60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60AB

Black with #CA60AB

Text Example


Text Example

White with #CA60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60AB; }

 p { color: rgb(202,96,171); }

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

background-color css

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

 a { background-color: rgb(202,96,171); }

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

border-color css

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

 span { border-color: rgb(202,96,171); }

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