Html Css Color HEX #CA53BB Fuchsia

📋 copy color: '#CA53BB'

red 202 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #CA53BB

Tints of Fuchsia #CA53BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.58%

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

R = 42.8%
G = 17.58%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA53BB (or 0xCA53BB) is known color: Fuchsia. HEX triplet: CA, 53 and BB. RGB value is (202,83,187). Sum of RGB (Red+Green+Blue) = 202+83+187=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53BB is #35AC44. Grayscale: #828282. Windows color (decimal): -3517509 or 12276682. OLE color: 12276682.

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

Color convert

RGB 202 83 187 -
CMYK 0 0.59 0.07 0.21
HSL 307.56º 0.53% 0.56% -
HSV(B) 307.56º 0.59% 0.79% -
XYZ 36.42 22.33 49.4 -
YUV 130.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 202 83 187 0 0.59 0.07 0.21 307.56 0.53 0.56
Hex CA 53 BB 0 3B 7 15 134 35 38
Octal 312 123 273 0 73 7 25 464 65 70
Binary 11001010 1010011 10111011 0 111011 111 10101 100110100 110101 111000

Color Harmonies of #CA53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53BB

Black with #CA53BB

Text Example


Text Example

White with #CA53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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