Html Css Color HEX #CD47D1 Fuchsia

📋 copy color: '#CD47D1'

red 205 ◦ green 71 ◦ blue 209

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

Shades of Fuchsia #CD47D1

Tints of Fuchsia #CD47D1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.64%

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 42.27%
G = 14.64%
B = 43.09%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD47D1 (or 0xCD47D1) is known color: Fuchsia. HEX triplet: CD, 47 and D1. RGB value is (205,71,209). Sum of RGB (Red+Green+Blue) = 205+71+209=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD47D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD47D1 is #32B82E. Grayscale: #7E7E7E. Windows color (decimal): -3323951 or 13715405. OLE color: 13715405.

HSL color Cylindrical-coordinate representation of color #CD47D1: hue angle of 298.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD47D1 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 71 209 -
CMYK 0.02 0.66 0 0.18
HSL 298.26º 0.6% 0.55% -
HSV(B) 298.26º 0.66% 0.82% -
XYZ 38.94 22.09 62.53 -
YUV 126.8 174.39 183.78 -
System Red Green Blue C M Y K H S L
Decimal 205 71 209 0.02 0.66 0 0.18 298.26 0.6 0.55
Hex CD 47 D1 2 42 0 12 12A 3C 37
Octal 315 107 321 2 102 0 22 452 74 67
Binary 11001101 1000111 11010001 10 1000010 0 10010 100101010 111100 110111

Color Harmonies of #CD47D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD47D1

Black with #CD47D1

Text Example


Text Example

White with #CD47D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD47D1; }

 p { color: rgb(205,71,209); }

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

background-color css

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

 a { background-color: rgb(205,71,209); }

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

border-color css

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

 span { border-color: rgb(205,71,209); }

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