Html Css Color HEX #CA49B6 Fuchsia

📋 copy color: '#CA49B6'

red 202 ◦ green 73 ◦ blue 182

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

Shades of Fuchsia #CA49B6

Tints of Fuchsia #CA49B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.82%

R = 44.2%
G = 15.97%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA49B6 (or 0xCA49B6) is known color: Fuchsia. HEX triplet: CA, 49 and B6. RGB value is (202,73,182). Sum of RGB (Red+Green+Blue) = 202+73+182=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49B6 is #35B649. Grayscale: #7B7B7B. Windows color (decimal): -3520074 or 11946442. OLE color: 11946442.

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

Color convert

RGB 202 73 182 -
CMYK 0 0.64 0.10 0.21
HSL 309.3º 0.55% 0.54% -
HSV(B) 309.3º 0.64% 0.79% -
XYZ 35.18 20.7 46.4 -
YUV 124 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 202 73 182 0 0.64 0.10 0.21 309.3 0.55 0.54
Hex CA 49 B6 0 40 A 15 135 37 36
Octal 312 111 266 0 100 12 25 465 67 66
Binary 11001010 1001001 10110110 0 1000000 1010 10101 100110101 110111 110110

Color Harmonies of #CA49B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49B6

Black with #CA49B6

Text Example


Text Example

White with #CA49B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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