Html Css Color HEX #CD47C1 Fuchsia

📋 copy color: '#CD47C1'

red 205 ◦ green 71 ◦ blue 193

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

Shades of Fuchsia #CD47C1

Tints of Fuchsia #CD47C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 43.71%
G = 15.14%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD47C1 (or 0xCD47C1) is known color: Fuchsia. HEX triplet: CD, 47 and C1. RGB value is (205,71,193). Sum of RGB (Red+Green+Blue) = 205+71+193=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD47C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD47C1 is #32B83E. Grayscale: #7C7C7C. Windows color (decimal): -3323967 or 12666829. OLE color: 12666829.

HSL color Cylindrical-coordinate representation of color #CD47C1: hue angle of 305.37º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD47C1 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 71 193 -
CMYK 0 0.65 0.06 0.20
HSL 305.37º 0.57% 0.54% -
HSV(B) 305.37º 0.65% 0.8% -
XYZ 37.06 21.34 52.62 -
YUV 124.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 205 71 193 0 0.65 0.06 0.20 305.37 0.57 0.54
Hex CD 47 C1 0 41 6 14 131 39 36
Octal 315 107 301 0 101 6 24 461 71 66
Binary 11001101 1000111 11000001 0 1000001 110 10100 100110001 111001 110110

Color Harmonies of #CD47C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD47C1

Black with #CD47C1

Text Example


Text Example

White with #CD47C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD47C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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