Html Css Color HEX #CD49C0 Fuchsia

📋 copy color: '#CD49C0'

red 205 ◦ green 73 ◦ blue 192

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

Shades of Fuchsia #CD49C0

Tints of Fuchsia #CD49C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 43.62%
G = 15.53%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD49C0 (or 0xCD49C0) is known color: Fuchsia. HEX triplet: CD, 49 and C0. RGB value is (205,73,192). Sum of RGB (Red+Green+Blue) = 205+73+192=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49C0 is #32B63F. Grayscale: #7D7D7D. Windows color (decimal): -3323456 or 12601805. OLE color: 12601805.

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

Color convert

RGB 205 73 192 -
CMYK 0 0.64 0.06 0.20
HSL 305.91º 0.57% 0.55% -
HSV(B) 305.91º 0.64% 0.8% -
XYZ 37.07 21.55 52.07 -
YUV 126.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 205 73 192 0 0.64 0.06 0.20 305.91 0.57 0.55
Hex CD 49 C0 0 40 6 14 132 39 37
Octal 315 111 300 0 100 6 24 462 71 67
Binary 11001101 1001001 11000000 0 1000000 110 10100 100110010 111001 110111

Color Harmonies of #CD49C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49C0

Black with #CD49C0

Text Example


Text Example

White with #CD49C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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