Html Css Color HEX #CA53C2 Fuchsia

📋 copy color: '#CA53C2'

red 202 ◦ green 83 ◦ blue 194

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

Shades of Fuchsia #CA53C2

Tints of Fuchsia #CA53C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.5%

R = 42.17%
G = 17.33%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA53C2 (or 0xCA53C2) is known color: Fuchsia. HEX triplet: CA, 53 and C2. RGB value is (202,83,194). Sum of RGB (Red+Green+Blue) = 202+83+194=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53C2 is #35AC3D. Grayscale: #828282. Windows color (decimal): -3517502 or 12735434. OLE color: 12735434.

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

Color convert

RGB 202 83 194 -
CMYK 0 0.59 0.04 0.21
HSL 304.03º 0.53% 0.56% -
HSV(B) 304.03º 0.59% 0.79% -
XYZ 37.19 22.64 53.45 -
YUV 131.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 202 83 194 0 0.59 0.04 0.21 304.03 0.53 0.56
Hex CA 53 C2 0 3B 4 15 130 35 38
Octal 312 123 302 0 73 4 25 460 65 70
Binary 11001010 1010011 11000010 0 111011 100 10101 100110000 110101 111000

Color Harmonies of #CA53C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53C2

Black with #CA53C2

Text Example


Text Example

White with #CA53C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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