Html Css Color HEX #CA56B1 Fuchsia

📋 copy color: '#CA56B1'

red 202 ◦ green 86 ◦ blue 177

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

Shades of Fuchsia #CA56B1

Tints of Fuchsia #CA56B1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.49%

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 43.44%
G = 18.49%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA56B1 (or 0xCA56B1) is known color: Fuchsia. HEX triplet: CA, 56 and B1. RGB value is (202,86,177). Sum of RGB (Red+Green+Blue) = 202+86+177=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA56B1 is #35A94E. Grayscale: #828282. Windows color (decimal): -3516751 or 11622090. OLE color: 11622090.

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

Color convert

RGB 202 86 177 -
CMYK 0 0.57 0.12 0.21
HSL 312.93º 0.52% 0.56% -
HSV(B) 312.93º 0.57% 0.79% -
XYZ 35.62 22.39 44.04 -
YUV 131.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 202 86 177 0 0.57 0.12 0.21 312.93 0.52 0.56
Hex CA 56 B1 0 39 C 15 139 34 38
Octal 312 126 261 0 71 14 25 471 64 70
Binary 11001010 1010110 10110001 0 111001 1100 10101 100111001 110100 111000

Color Harmonies of #CA56B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56B1

Black with #CA56B1

Text Example


Text Example

White with #CA56B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56B1; }

 p { color: rgb(202,86,177); }

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

background-color css

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

 a { background-color: rgb(202,86,177); }

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

border-color css

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

 span { border-color: rgb(202,86,177); }

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