Html Css Color HEX #CA57C5 Fuchsia

📋 copy color: '#CA57C5'

red 202 ◦ green 87 ◦ blue 197

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

Shades of Fuchsia #CA57C5

Tints of Fuchsia #CA57C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 41.56%
G = 17.9%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA57C5 (or 0xCA57C5) is known color: Fuchsia. HEX triplet: CA, 57 and C5. RGB value is (202,87,197). Sum of RGB (Red+Green+Blue) = 202+87+197=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57C5 is #35A83A. Grayscale: #858585. Windows color (decimal): -3516475 or 12933066. OLE color: 12933066.

HSL color Cylindrical-coordinate representation of color #CA57C5: hue angle of 302.61º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA57C5 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 87 197 -
CMYK 0 0.57 0.02 0.21
HSL 302.61º 0.52% 0.57% -
HSV(B) 302.61º 0.57% 0.79% -
XYZ 37.84 23.4 55.35 -
YUV 133.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 202 87 197 0 0.57 0.02 0.21 302.61 0.52 0.57
Hex CA 57 C5 0 39 2 15 12F 34 39
Octal 312 127 305 0 71 2 25 457 64 71
Binary 11001010 1010111 11000101 0 111001 10 10101 100101111 110100 111001

Color Harmonies of #CA57C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57C5

Black with #CA57C5

Text Example


Text Example

White with #CA57C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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