Html Css Color HEX #CA5AB3 Fuchsia

📋 copy color: '#CA5AB3'

red 202 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #CA5AB3

Tints of Fuchsia #CA5AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.11%

 BLUE value IS 179 (70.31% from 255) = 38%

R = 42.89%
G = 19.11%
B = 38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA5AB3 (or 0xCA5AB3) is known color: Fuchsia. HEX triplet: CA, 5A and B3. RGB value is (202,90,179). Sum of RGB (Red+Green+Blue) = 202+90+179=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AB3 is #35A54C. Grayscale: #858585. Windows color (decimal): -3515725 or 11754186. OLE color: 11754186.

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

Color convert

RGB 202 90 179 -
CMYK 0 0.55 0.11 0.21
HSL 312.32º 0.51% 0.57% -
HSV(B) 312.32º 0.55% 0.79% -
XYZ 36.15 23.12 45.21 -
YUV 133.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 202 90 179 0 0.55 0.11 0.21 312.32 0.51 0.57
Hex CA 5A B3 0 37 B 15 138 33 39
Octal 312 132 263 0 67 13 25 470 63 71
Binary 11001010 1011010 10110011 0 110111 1011 10101 100111000 110011 111001

Color Harmonies of #CA5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AB3

Black with #CA5AB3

Text Example


Text Example

White with #CA5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AB3; }

 p { color: rgb(202,90,179); }

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

background-color css

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

 a { background-color: rgb(202,90,179); }

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

border-color css

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

 span { border-color: rgb(202,90,179); }

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