Html Css Color HEX #CA52BB Fuchsia

📋 copy color: '#CA52BB'

red 202 ◦ green 82 ◦ blue 187

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

Shades of Fuchsia #CA52BB

Tints of Fuchsia #CA52BB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.41%

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

R = 42.89%
G = 17.41%
B = 39.7%

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

#CA52BB (or 0xCA52BB) is known color: Fuchsia. HEX triplet: CA, 52 and BB. RGB value is (202,82,187). Sum of RGB (Red+Green+Blue) = 202+82+187=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52BB is #35AD44. Grayscale: #818181. Windows color (decimal): -3517765 or 12276426. OLE color: 12276426.

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

Color convert

RGB 202 82 187 -
CMYK 0 0.59 0.07 0.21
HSL 307.5º 0.53% 0.56% -
HSV(B) 307.5º 0.59% 0.79% -
XYZ 36.34 22.18 49.38 -
YUV 129.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 202 82 187 0 0.59 0.07 0.21 307.5 0.53 0.56
Hex CA 52 BB 0 3B 7 15 134 35 38
Octal 312 122 273 0 73 7 25 464 65 70
Binary 11001010 1010010 10111011 0 111011 111 10101 100110100 110101 111000

Color Harmonies of #CA52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52BB

Black with #CA52BB

Text Example


Text Example

White with #CA52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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