Html Css Color HEX #CD58C5 Fuchsia

📋 copy color: '#CD58C5'

red 205 ◦ green 88 ◦ blue 197

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

Shades of Fuchsia #CD58C5

Tints of Fuchsia #CD58C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.2%

R = 41.84%
G = 17.96%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD58C5 (or 0xCD58C5) is known color: Fuchsia. HEX triplet: CD, 58 and C5. RGB value is (205,88,197). Sum of RGB (Red+Green+Blue) = 205+88+197=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58C5 is #32A73A. Grayscale: #878787. Windows color (decimal): -3319611 or 12933325. OLE color: 12933325.

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

Color convert

RGB 205 88 197 -
CMYK 0 0.57 0.04 0.20
HSL 304.1º 0.54% 0.57% -
HSV(B) 304.1º 0.57% 0.8% -
XYZ 38.74 23.99 55.41 -
YUV 135.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 205 88 197 0 0.57 0.04 0.20 304.1 0.54 0.57
Hex CD 58 C5 0 39 4 14 130 36 39
Octal 315 130 305 0 71 4 24 460 66 71
Binary 11001101 1011000 11000101 0 111001 100 10100 100110000 110110 111001

Color Harmonies of #CD58C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58C5

Black with #CD58C5

Text Example


Text Example

White with #CD58C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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