Html Css Color HEX #CD58D1 Fuchsia

📋 copy color: '#CD58D1'

red 205 ◦ green 88 ◦ blue 209

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

Shades of Fuchsia #CD58D1

Tints of Fuchsia #CD58D1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.53%

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

R = 40.84%
G = 17.53%
B = 41.63%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD58D1 (or 0xCD58D1) is known color: Fuchsia. HEX triplet: CD, 58 and D1. RGB value is (205,88,209). Sum of RGB (Red+Green+Blue) = 205+88+209=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD58D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58D1 is #32A72E. Grayscale: #888888. Windows color (decimal): -3319599 or 13719757. OLE color: 13719757.

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

Color convert

RGB 205 88 209 -
CMYK 0.02 0.58 0 0.18
HSL 298.02º 0.57% 0.58% -
HSV(B) 298.02º 0.58% 0.82% -
XYZ 40.18 24.56 62.95 -
YUV 136.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 205 88 209 0.02 0.58 0 0.18 298.02 0.57 0.58
Hex CD 58 D1 2 3A 0 12 12A 39 3A
Octal 315 130 321 2 72 0 22 452 71 72
Binary 11001101 1011000 11010001 10 111010 0 10010 100101010 111001 111010

Color Harmonies of #CD58D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58D1

Black with #CD58D1

Text Example


Text Example

White with #CD58D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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