Html Css Color HEX #CD49C9 Fuchsia

📋 copy color: '#CD49C9'

red 205 ◦ green 73 ◦ blue 201

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

Shades of Fuchsia #CD49C9

Tints of Fuchsia #CD49C9

RGB

 RED value IS 205 (80.47% from 255) = 42.8%

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

 BLUE value IS 201 (78.91% from 255) = 41.96%

R = 42.8%
G = 15.24%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD49C9 (or 0xCD49C9) is known color: Fuchsia. HEX triplet: CD, 49 and C9. RGB value is (205,73,201). Sum of RGB (Red+Green+Blue) = 205+73+201=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49C9 is #32B636. Grayscale: #7E7E7E. Windows color (decimal): -3323447 or 13191629. OLE color: 13191629.

HSL color Cylindrical-coordinate representation of color #CD49C9: hue angle of 301.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD49C9 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 73 201 -
CMYK 0 0.64 0.02 0.20
HSL 301.82º 0.57% 0.55% -
HSV(B) 301.82º 0.64% 0.8% -
XYZ 38.1 21.96 57.49 -
YUV 127.06 169.73 183.59 -
System Red Green Blue C M Y K H S L
Decimal 205 73 201 0 0.64 0.02 0.20 301.82 0.57 0.55
Hex CD 49 C9 0 40 2 14 12E 39 37
Octal 315 111 311 0 100 2 24 456 71 67
Binary 11001101 1001001 11001001 0 1000000 10 10100 100101110 111001 110111

Color Harmonies of #CD49C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49C9

Black with #CD49C9

Text Example


Text Example

White with #CD49C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49C9; }

 p { color: rgb(205,73,201); }

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

background-color css

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

 a { background-color: rgb(205,73,201); }

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

border-color css

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

 span { border-color: rgb(205,73,201); }

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