Html Css Color HEX #CA53CB Fuchsia

📋 copy color: '#CA53CB'

red 202 ◦ green 83 ◦ blue 203

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

Shades of Fuchsia #CA53CB

Tints of Fuchsia #CA53CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 41.39%
G = 17.01%
B = 41.6%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA53CB (or 0xCA53CB) is known color: Fuchsia. HEX triplet: CA, 53 and CB. RGB value is (202,83,203). Sum of RGB (Red+Green+Blue) = 202+83+203=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA53CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53CB is #35AC34. Grayscale: #838383. Windows color (decimal): -3517493 or 13325258. OLE color: 13325258.

HSL color Cylindrical-coordinate representation of color #CA53CB: hue angle of 299.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA53CB is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 83 203 -
CMYK 0.00 0.59 0 0.20
HSL 299.5º 0.54% 0.56% -
HSV(B) 299.5º 0.59% 0.8% -
XYZ 38.23 23.05 58.94 -
YUV 132.26 167.92 177.74 -
System Red Green Blue C M Y K H S L
Decimal 202 83 203 0.00 0.59 0 0.20 299.5 0.54 0.56
Hex CA 53 CB 0 3B 0 14 12C 36 38
Octal 312 123 313 0 73 0 24 454 66 70
Binary 11001010 1010011 11001011 0 111011 0 10100 100101100 110110 111000

Color Harmonies of #CA53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53CB

Black with #CA53CB

Text Example


Text Example

White with #CA53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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