Html Css Color HEX #CA49C6 Fuchsia

📋 copy color: '#CA49C6'

red 202 ◦ green 73 ◦ blue 198

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

Shades of Fuchsia #CA49C6

Tints of Fuchsia #CA49C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 42.71%
G = 15.43%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA49C6 (or 0xCA49C6) is known color: Fuchsia. HEX triplet: CA, 49 and C6. RGB value is (202,73,198). Sum of RGB (Red+Green+Blue) = 202+73+198=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C6 is #35B639. Grayscale: #7D7D7D. Windows color (decimal): -3520058 or 12995018. OLE color: 12995018.

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

Color convert

RGB 202 73 198 -
CMYK 0 0.64 0.02 0.21
HSL 301.86º 0.55% 0.54% -
HSV(B) 301.86º 0.64% 0.79% -
XYZ 36.93 21.4 55.61 -
YUV 125.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 202 73 198 0 0.64 0.02 0.21 301.86 0.55 0.54
Hex CA 49 C6 0 40 2 15 12E 37 36
Octal 312 111 306 0 100 2 25 456 67 66
Binary 11001010 1001001 11000110 0 1000000 10 10101 100101110 110111 110110

Color Harmonies of #CA49C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49C6

Black with #CA49C6

Text Example


Text Example

White with #CA49C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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