Html Css Color HEX #CD49CC Fuchsia

📋 copy color: '#CD49CC'

red 205 ◦ green 73 ◦ blue 204

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

Shades of Fuchsia #CD49CC

Tints of Fuchsia #CD49CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 42.53%
G = 15.15%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD49CC (or 0xCD49CC) is known color: Fuchsia. HEX triplet: CD, 49 and CC. RGB value is (205,73,204). Sum of RGB (Red+Green+Blue) = 205+73+204=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49CC is #32B633. Grayscale: #7F7F7F. Windows color (decimal): -3323444 or 13388237. OLE color: 13388237.

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

Color convert

RGB 205 73 204 -
CMYK 0 0.64 0.00 0.20
HSL 300.45º 0.57% 0.55% -
HSV(B) 300.45º 0.64% 0.8% -
XYZ 38.46 22.1 59.37 -
YUV 127.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 205 73 204 0 0.64 0.00 0.20 300.45 0.57 0.55
Hex CD 49 CC 0 40 0 14 12C 39 37
Octal 315 111 314 0 100 0 24 454 71 67
Binary 11001101 1001001 11001100 0 1000000 0 10100 100101100 111001 110111

Color Harmonies of #CD49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49CC

Black with #CD49CC

Text Example


Text Example

White with #CD49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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