Html Css Color HEX #CD49C5 Fuchsia

📋 copy color: '#CD49C5'

red 205 ◦ green 73 ◦ blue 197

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

Shades of Fuchsia #CD49C5

Tints of Fuchsia #CD49C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 43.16%
G = 15.37%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD49C5 (or 0xCD49C5) is known color: Fuchsia. HEX triplet: CD, 49 and C5. RGB value is (205,73,197). Sum of RGB (Red+Green+Blue) = 205+73+197=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49C5 is #32B63A. Grayscale: #7E7E7E. Windows color (decimal): -3323451 or 12929485. OLE color: 12929485.

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

Color convert

RGB 205 73 197 -
CMYK 0 0.64 0.04 0.20
HSL 303.64º 0.57% 0.55% -
HSV(B) 303.64º 0.64% 0.8% -
XYZ 37.64 21.78 55.04 -
YUV 126.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 205 73 197 0 0.64 0.04 0.20 303.64 0.57 0.55
Hex CD 49 C5 0 40 4 14 130 39 37
Octal 315 111 305 0 100 4 24 460 71 67
Binary 11001101 1001001 11000101 0 1000000 100 10100 100110000 111001 110111

Color Harmonies of #CD49C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49C5

Black with #CD49C5

Text Example


Text Example

White with #CD49C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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