Html Css Color HEX #CA53B2 Fuchsia

📋 copy color: '#CA53B2'

red 202 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #CA53B2

Tints of Fuchsia #CA53B2

RGB

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

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

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

R = 43.63%
G = 17.93%
B = 38.44%

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

#CA53B2 (or 0xCA53B2) is known color: Fuchsia. HEX triplet: CA, 53 and B2. RGB value is (202,83,178). Sum of RGB (Red+Green+Blue) = 202+83+178=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53B2 is #35AC4D. Grayscale: #818181. Windows color (decimal): -3517518 or 11686858. OLE color: 11686858.

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

Color convert

RGB 202 83 178 -
CMYK 0 0.59 0.12 0.21
HSL 312.1º 0.53% 0.56% -
HSV(B) 312.1º 0.59% 0.79% -
XYZ 35.49 21.96 44.49 -
YUV 129.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 202 83 178 0 0.59 0.12 0.21 312.1 0.53 0.56
Hex CA 53 B2 0 3B C 15 138 35 38
Octal 312 123 262 0 73 14 25 470 65 70
Binary 11001010 1010011 10110010 0 111011 1100 10101 100111000 110101 111000

Color Harmonies of #CA53B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53B2

Black with #CA53B2

Text Example


Text Example

White with #CA53B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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