Html Css Color HEX #CA57C0 Fuchsia

📋 copy color: '#CA57C0'

red 202 ◦ green 87 ◦ blue 192

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

Shades of Fuchsia #CA57C0

Tints of Fuchsia #CA57C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 42%
G = 18.09%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA57C0 (or 0xCA57C0) is known color: Fuchsia. HEX triplet: CA, 57 and C0. RGB value is (202,87,192). Sum of RGB (Red+Green+Blue) = 202+87+192=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57C0 is #35A83F. Grayscale: #858585. Windows color (decimal): -3516480 or 12605386. OLE color: 12605386.

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

Color convert

RGB 202 87 192 -
CMYK 0 0.57 0.05 0.21
HSL 305.22º 0.52% 0.57% -
HSV(B) 305.22º 0.57% 0.79% -
XYZ 37.28 23.18 52.38 -
YUV 133.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 202 87 192 0 0.57 0.05 0.21 305.22 0.52 0.57
Hex CA 57 C0 0 39 5 15 131 34 39
Octal 312 127 300 0 71 5 25 461 64 71
Binary 11001010 1010111 11000000 0 111001 101 10101 100110001 110100 111001

Color Harmonies of #CA57C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA57C0

Black with #CA57C0

Text Example


Text Example

White with #CA57C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA57C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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