Html Css Color HEX #CA49C8 Fuchsia

📋 copy color: '#CA49C8'

red 202 ◦ green 73 ◦ blue 200

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

Shades of Fuchsia #CA49C8

Tints of Fuchsia #CA49C8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.37%

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 42.53%
G = 15.37%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA49C8 (or 0xCA49C8) is known color: Fuchsia. HEX triplet: CA, 49 and C8. RGB value is (202,73,200). Sum of RGB (Red+Green+Blue) = 202+73+200=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C8 is #35B637. Grayscale: #7D7D7D. Windows color (decimal): -3520056 or 13126090. OLE color: 13126090.

HSL color Cylindrical-coordinate representation of color #CA49C8: hue angle of 300.93º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA49C8 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 73 200 -
CMYK 0 0.64 0.01 0.21
HSL 300.93º 0.55% 0.54% -
HSV(B) 300.93º 0.64% 0.79% -
XYZ 37.16 21.49 56.83 -
YUV 126.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 202 73 200 0 0.64 0.01 0.21 300.93 0.55 0.54
Hex CA 49 C8 0 40 1 15 12D 37 36
Octal 312 111 310 0 100 1 25 455 67 66
Binary 11001010 1001001 11001000 0 1000000 1 10101 100101101 110111 110110

Color Harmonies of #CA49C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49C8

Black with #CA49C8

Text Example


Text Example

White with #CA49C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49C8; }

 p { color: rgb(202,73,200); }

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

background-color css

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

 a { background-color: rgb(202,73,200); }

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

border-color css

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

 span { border-color: rgb(202,73,200); }

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