Html Css Color HEX #CA54B9 Fuchsia

📋 copy color: '#CA54B9'

red 202 ◦ green 84 ◦ blue 185

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

Shades of Fuchsia #CA54B9

Tints of Fuchsia #CA54B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 42.89%
G = 17.83%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA54B9 (or 0xCA54B9) is known color: Fuchsia. HEX triplet: CA, 54 and B9. RGB value is (202,84,185). Sum of RGB (Red+Green+Blue) = 202+84+185=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54B9 is #35AB46. Grayscale: #828282. Windows color (decimal): -3517255 or 12145866. OLE color: 12145866.

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

Color convert

RGB 202 84 185 -
CMYK 0 0.58 0.08 0.21
HSL 308.64º 0.53% 0.56% -
HSV(B) 308.64º 0.58% 0.79% -
XYZ 36.28 22.4 48.31 -
YUV 130.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 202 84 185 0 0.58 0.08 0.21 308.64 0.53 0.56
Hex CA 54 B9 0 3A 8 15 135 35 38
Octal 312 124 271 0 72 10 25 465 65 70
Binary 11001010 1010100 10111001 0 111010 1000 10101 100110101 110101 111000

Color Harmonies of #CA54B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54B9

Black with #CA54B9

Text Example


Text Example

White with #CA54B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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