Html Css Color HEX #CA52B2 Fuchsia

📋 copy color: '#CA52B2'

red 202 ◦ green 82 ◦ blue 178

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

Shades of Fuchsia #CA52B2

Tints of Fuchsia #CA52B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 43.72%
G = 17.75%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA52B2 (or 0xCA52B2) is known color: Fuchsia. HEX triplet: CA, 52 and B2. RGB value is (202,82,178). Sum of RGB (Red+Green+Blue) = 202+82+178=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA52B2 is #35AD4D. Grayscale: #808080. Windows color (decimal): -3517774 or 11686602. OLE color: 11686602.

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

Color convert

RGB 202 82 178 -
CMYK 0 0.59 0.12 0.21
HSL 312º 0.53% 0.56% -
HSV(B) 312º 0.59% 0.79% -
XYZ 35.41 21.81 44.46 -
YUV 128.82 155.76 180.19 -
System Red Green Blue C M Y K H S L
Decimal 202 82 178 0 0.59 0.12 0.21 312 0.53 0.56
Hex CA 52 B2 0 3B C 15 138 35 38
Octal 312 122 262 0 73 14 25 470 65 70
Binary 11001010 1010010 10110010 0 111011 1100 10101 100111000 110101 111000

Color Harmonies of #CA52B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52B2

Black with #CA52B2

Text Example


Text Example

White with #CA52B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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