Html Css Color HEX #CA54C5 Fuchsia

📋 copy color: '#CA54C5'

red 202 ◦ green 84 ◦ blue 197

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

Shades of Fuchsia #CA54C5

Tints of Fuchsia #CA54C5

RGB

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

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

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

R = 41.82%
G = 17.39%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA54C5 (or 0xCA54C5) is known color: Fuchsia. HEX triplet: CA, 54 and C5. RGB value is (202,84,197). Sum of RGB (Red+Green+Blue) = 202+84+197=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54C5 is #35AB3A. Grayscale: #838383. Windows color (decimal): -3517243 or 12932298. OLE color: 12932298.

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

Color convert

RGB 202 84 197 -
CMYK 0 0.58 0.02 0.21
HSL 302.54º 0.53% 0.56% -
HSV(B) 302.54º 0.58% 0.79% -
XYZ 37.61 22.93 55.27 -
YUV 132.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 202 84 197 0 0.58 0.02 0.21 302.54 0.53 0.56
Hex CA 54 C5 0 3A 2 15 12F 35 38
Octal 312 124 305 0 72 2 25 457 65 70
Binary 11001010 1010100 11000101 0 111010 10 10101 100101111 110101 111000

Color Harmonies of #CA54C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54C5

Black with #CA54C5

Text Example


Text Example

White with #CA54C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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