Html Css Color HEX #CA57CB Fuchsia

📋 copy color: '#CA57CB'

red 202 ◦ green 87 ◦ blue 203

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

Shades of Fuchsia #CA57CB

Tints of Fuchsia #CA57CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.68%

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

R = 41.06%
G = 17.68%
B = 41.26%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA57CB (or 0xCA57CB) is known color: Fuchsia. HEX triplet: CA, 57 and CB. RGB value is (202,87,203). Sum of RGB (Red+Green+Blue) = 202+87+203=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA57CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57CB is #35A834. Grayscale: #868686. Windows color (decimal): -3516469 or 13326282. OLE color: 13326282.

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

Color convert

RGB 202 87 203 -
CMYK 0.00 0.57 0 0.20
HSL 299.48º 0.53% 0.57% -
HSV(B) 299.48º 0.57% 0.8% -
XYZ 38.54 23.68 59.04 -
YUV 134.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 202 87 203 0.00 0.57 0 0.20 299.48 0.53 0.57
Hex CA 57 CB 0 39 0 14 12B 35 39
Octal 312 127 313 0 71 0 24 453 65 71
Binary 11001010 1010111 11001011 0 111001 0 10100 100101011 110101 111001

Color Harmonies of #CA57CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57CB

Black with #CA57CB

Text Example


Text Example

White with #CA57CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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