Html Css Color HEX #CD49CE Fuchsia

📋 copy color: '#CD49CE'

red 205 ◦ green 73 ◦ blue 206

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

Shades of Fuchsia #CD49CE

Tints of Fuchsia #CD49CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 42.36%
G = 15.08%
B = 42.56%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD49CE (or 0xCD49CE) is known color: Fuchsia. HEX triplet: CD, 49 and CE. RGB value is (205,73,206). Sum of RGB (Red+Green+Blue) = 205+73+206=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49CE is #32B631. Grayscale: #7F7F7F. Windows color (decimal): -3323442 or 13519309. OLE color: 13519309.

HSL color Cylindrical-coordinate representation of color #CD49CE: hue angle of 299.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD49CE is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 73 206 -
CMYK 0.00 0.65 0 0.19
HSL 299.55º 0.58% 0.55% -
HSV(B) 299.55º 0.65% 0.81% -
XYZ 38.7 22.2 60.64 -
YUV 127.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 205 73 206 0.00 0.65 0 0.19 299.55 0.58 0.55
Hex CD 49 CE 0 41 0 13 12C 3A 37
Octal 315 111 316 0 101 0 23 454 72 67
Binary 11001101 1001001 11001110 0 1000001 0 10011 100101100 111010 110111

Color Harmonies of #CD49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD49CE

Black with #CD49CE

Text Example


Text Example

White with #CD49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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