Html Css Color HEX #CA53C9 Fuchsia

📋 copy color: '#CA53C9'

red 202 ◦ green 83 ◦ blue 201

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

Shades of Fuchsia #CA53C9

Tints of Fuchsia #CA53C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.36%

R = 41.56%
G = 17.08%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA53C9 (or 0xCA53C9) is known color: Fuchsia. HEX triplet: CA, 53 and C9. RGB value is (202,83,201). Sum of RGB (Red+Green+Blue) = 202+83+201=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53C9 is #35AC36. Grayscale: #838383. Windows color (decimal): -3517495 or 13194186. OLE color: 13194186.

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

Color convert

RGB 202 83 201 -
CMYK 0 0.59 0.00 0.21
HSL 300.5º 0.53% 0.56% -
HSV(B) 300.5º 0.59% 0.79% -
XYZ 37.99 22.96 57.69 -
YUV 132.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 202 83 201 0 0.59 0.00 0.21 300.5 0.53 0.56
Hex CA 53 C9 0 3B 0 15 12D 35 38
Octal 312 123 311 0 73 0 25 455 65 70
Binary 11001010 1010011 11001001 0 111011 0 10101 100101101 110101 111000

Color Harmonies of #CA53C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53C9

Black with #CA53C9

Text Example


Text Example

White with #CA53C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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