Html Css Color HEX #CA49C3 Fuchsia

📋 copy color: '#CA49C3'

red 202 ◦ green 73 ◦ blue 195

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

Shades of Fuchsia #CA49C3

Tints of Fuchsia #CA49C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.49%

R = 42.98%
G = 15.53%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA49C3 (or 0xCA49C3) is known color: Fuchsia. HEX triplet: CA, 49 and C3. RGB value is (202,73,195). Sum of RGB (Red+Green+Blue) = 202+73+195=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C3 is #35B63C. Grayscale: #7D7D7D. Windows color (decimal): -3520061 or 12798410. OLE color: 12798410.

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

Color convert

RGB 202 73 195 -
CMYK 0 0.64 0.03 0.21
HSL 303.26º 0.55% 0.54% -
HSV(B) 303.26º 0.64% 0.79% -
XYZ 36.59 21.26 53.81 -
YUV 125.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 202 73 195 0 0.64 0.03 0.21 303.26 0.55 0.54
Hex CA 49 C3 0 40 3 15 12F 37 36
Octal 312 111 303 0 100 3 25 457 67 66
Binary 11001010 1001001 11000011 0 1000000 11 10101 100101111 110111 110110

Color Harmonies of #CA49C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49C3

Black with #CA49C3

Text Example


Text Example

White with #CA49C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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