Html Css Color HEX #CD50D1 Fuchsia

📋 copy color: '#CD50D1'

red 205 ◦ green 80 ◦ blue 209

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

Shades of Fuchsia #CD50D1

Tints of Fuchsia #CD50D1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.19%

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

R = 41.5%
G = 16.19%
B = 42.31%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD50D1 (or 0xCD50D1) is known color: Fuchsia. HEX triplet: CD, 50 and D1. RGB value is (205,80,209). Sum of RGB (Red+Green+Blue) = 205+80+209=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD50D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50D1 is #32AF2E. Grayscale: #838383. Windows color (decimal): -3321647 or 13717709. OLE color: 13717709.

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

Color convert

RGB 205 80 209 -
CMYK 0.02 0.62 0 0.18
HSL 298.14º 0.58% 0.57% -
HSV(B) 298.14º 0.62% 0.82% -
XYZ 39.55 23.32 62.74 -
YUV 132.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 205 80 209 0.02 0.62 0 0.18 298.14 0.58 0.57
Hex CD 50 D1 2 3E 0 12 12A 3A 39
Octal 315 120 321 2 76 0 22 452 72 71
Binary 11001101 1010000 11010001 10 111110 0 10010 100101010 111010 111001

Color Harmonies of #CD50D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD50D1

Black with #CD50D1

Text Example


Text Example

White with #CD50D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD50D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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