Html Css Color HEX #CA54BB Fuchsia

📋 copy color: '#CA54BB'

red 202 ◦ green 84 ◦ blue 187

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

Shades of Fuchsia #CA54BB

Tints of Fuchsia #CA54BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 42.71%
G = 17.76%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA54BB (or 0xCA54BB) is known color: Fuchsia. HEX triplet: CA, 54 and BB. RGB value is (202,84,187). Sum of RGB (Red+Green+Blue) = 202+84+187=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54BB is #35AB44. Grayscale: #828282. Windows color (decimal): -3517253 or 12276938. OLE color: 12276938.

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

Color convert

RGB 202 84 187 -
CMYK 0 0.58 0.07 0.21
HSL 307.63º 0.53% 0.56% -
HSV(B) 307.63º 0.58% 0.79% -
XYZ 36.5 22.49 49.43 -
YUV 131.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 202 84 187 0 0.58 0.07 0.21 307.63 0.53 0.56
Hex CA 54 BB 0 3A 7 15 134 35 38
Octal 312 124 273 0 72 7 25 464 65 70
Binary 11001010 1010100 10111011 0 111010 111 10101 100110100 110101 111000

Color Harmonies of #CA54BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54BB

Black with #CA54BB

Text Example


Text Example

White with #CA54BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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