Html Css Color HEX #CA49D0 Fuchsia

📋 copy color: '#CA49D0'

red 202 ◦ green 73 ◦ blue 208

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

Shades of Fuchsia #CA49D0

Tints of Fuchsia #CA49D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 41.82%
G = 15.11%
B = 43.06%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA49D0 (or 0xCA49D0) is known color: Fuchsia. HEX triplet: CA, 49 and D0. RGB value is (202,73,208). Sum of RGB (Red+Green+Blue) = 202+73+208=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA49D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49D0 is #35B62F. Grayscale: #7E7E7E. Windows color (decimal): -3520048 or 13650378. OLE color: 13650378.

HSL color Cylindrical-coordinate representation of color #CA49D0: hue angle of 297.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA49D0 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 73 208 -
CMYK 0.03 0.65 0 0.18
HSL 297.33º 0.59% 0.55% -
HSV(B) 297.33º 0.65% 0.82% -
XYZ 38.12 21.88 61.89 -
YUV 126.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 202 73 208 0.03 0.65 0 0.18 297.33 0.59 0.55
Hex CA 49 D0 3 41 0 12 129 3B 37
Octal 312 111 320 3 101 0 22 451 73 67
Binary 11001010 1001001 11010000 11 1000001 0 10010 100101001 111011 110111

Color Harmonies of #CA49D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49D0

Black with #CA49D0

Text Example


Text Example

White with #CA49D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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