Html Css Color HEX #CA56C5 Fuchsia

📋 copy color: '#CA56C5'

red 202 ◦ green 86 ◦ blue 197

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

Shades of Fuchsia #CA56C5

Tints of Fuchsia #CA56C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.62%

R = 41.65%
G = 17.73%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA56C5 (or 0xCA56C5) is known color: Fuchsia. HEX triplet: CA, 56 and C5. RGB value is (202,86,197). Sum of RGB (Red+Green+Blue) = 202+86+197=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56C5 is #35A93A. Grayscale: #858585. Windows color (decimal): -3516731 or 12932810. OLE color: 12932810.

HSL color Cylindrical-coordinate representation of color #CA56C5: hue angle of 302.59º 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 #CA56C5 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 86 197 -
CMYK 0 0.57 0.02 0.21
HSL 302.59º 0.52% 0.56% -
HSV(B) 302.59º 0.57% 0.79% -
XYZ 37.76 23.24 55.32 -
YUV 133.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 202 86 197 0 0.57 0.02 0.21 302.59 0.52 0.56
Hex CA 56 C5 0 39 2 15 12F 34 38
Octal 312 126 305 0 71 2 25 457 64 70
Binary 11001010 1010110 11000101 0 111001 10 10101 100101111 110100 111000

Color Harmonies of #CA56C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA56C5

Black with #CA56C5

Text Example


Text Example

White with #CA56C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA56C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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