Html Css Color HEX #CA54B5 Fuchsia

📋 copy color: '#CA54B5'

red 202 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #CA54B5

Tints of Fuchsia #CA54B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.76%

R = 43.25%
G = 17.99%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA54B5 (or 0xCA54B5) is known color: Fuchsia. HEX triplet: CA, 54 and B5. RGB value is (202,84,181). Sum of RGB (Red+Green+Blue) = 202+84+181=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54B5 is #35AB4A. Grayscale: #828282. Windows color (decimal): -3517259 or 11883722. OLE color: 11883722.

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

Color convert

RGB 202 84 181 -
CMYK 0 0.58 0.10 0.21
HSL 310.68º 0.53% 0.56% -
HSV(B) 310.68º 0.58% 0.79% -
XYZ 35.87 22.23 46.12 -
YUV 130.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 202 84 181 0 0.58 0.10 0.21 310.68 0.53 0.56
Hex CA 54 B5 0 3A A 15 137 35 38
Octal 312 124 265 0 72 12 25 467 65 70
Binary 11001010 1010100 10110101 0 111010 1010 10101 100110111 110101 111000

Color Harmonies of #CA54B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54B5

Black with #CA54B5

Text Example


Text Example

White with #CA54B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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