Html Css Color HEX #CA54C7 Fuchsia

📋 copy color: '#CA54C7'

red 202 ◦ green 84 ◦ blue 199

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

Shades of Fuchsia #CA54C7

Tints of Fuchsia #CA54C7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.32%

 BLUE value IS 199 (78.13% from 255) = 41.03%

R = 41.65%
G = 17.32%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA54C7 (or 0xCA54C7) is known color: Fuchsia. HEX triplet: CA, 54 and C7. RGB value is (202,84,199). Sum of RGB (Red+Green+Blue) = 202+84+199=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54C7 is #35AB38. Grayscale: #848484. Windows color (decimal): -3517241 or 13063370. OLE color: 13063370.

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

Color convert

RGB 202 84 199 -
CMYK 0 0.58 0.01 0.21
HSL 301.53º 0.53% 0.56% -
HSV(B) 301.53º 0.58% 0.79% -
XYZ 37.84 23.02 56.48 -
YUV 132.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 202 84 199 0 0.58 0.01 0.21 301.53 0.53 0.56
Hex CA 54 C7 0 3A 1 15 12E 35 38
Octal 312 124 307 0 72 1 25 456 65 70
Binary 11001010 1010100 11000111 0 111010 1 10101 100101110 110101 111000

Color Harmonies of #CA54C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54C7

Black with #CA54C7

Text Example


Text Example

White with #CA54C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54C7; }

 p { color: rgb(202,84,199); }

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

background-color css

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

 a { background-color: rgb(202,84,199); }

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

border-color css

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

 span { border-color: rgb(202,84,199); }

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