Html Css Color HEX #CA49B9 Fuchsia

📋 copy color: '#CA49B9'

red 202 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #CA49B9

Tints of Fuchsia #CA49B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 43.91%
G = 15.87%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA49B9 (or 0xCA49B9) is known color: Fuchsia. HEX triplet: CA, 49 and B9. RGB value is (202,73,185). Sum of RGB (Red+Green+Blue) = 202+73+185=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49B9 is #35B646. Grayscale: #7C7C7C. Windows color (decimal): -3520071 or 12143050. OLE color: 12143050.

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

Color convert

RGB 202 73 185 -
CMYK 0 0.64 0.08 0.21
HSL 307.91º 0.55% 0.54% -
HSV(B) 307.91º 0.64% 0.79% -
XYZ 35.5 20.82 48.05 -
YUV 124.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 202 73 185 0 0.64 0.08 0.21 307.91 0.55 0.54
Hex CA 49 B9 0 40 8 15 134 37 36
Octal 312 111 271 0 100 10 25 464 67 66
Binary 11001010 1001001 10111001 0 1000000 1000 10101 100110100 110111 110110

Color Harmonies of #CA49B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49B9

Black with #CA49B9

Text Example


Text Example

White with #CA49B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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