Html Css Color HEX #CD58C8 Fuchsia

📋 copy color: '#CD58C8'

red 205 ◦ green 88 ◦ blue 200

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

Shades of Fuchsia #CD58C8

Tints of Fuchsia #CD58C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.57%

R = 41.58%
G = 17.85%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD58C8 (or 0xCD58C8) is known color: Fuchsia. HEX triplet: CD, 58 and C8. RGB value is (205,88,200). Sum of RGB (Red+Green+Blue) = 205+88+200=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD58C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58C8 is #32A737. Grayscale: #878787. Windows color (decimal): -3319608 or 13129933. OLE color: 13129933.

HSL color Cylindrical-coordinate representation of color #CD58C8: hue angle of 302.56º 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 #CD58C8 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 88 200 -
CMYK 0 0.57 0.02 0.20
HSL 302.56º 0.54% 0.57% -
HSV(B) 302.56º 0.57% 0.8% -
XYZ 39.09 24.13 57.24 -
YUV 135.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 205 88 200 0 0.57 0.02 0.20 302.56 0.54 0.57
Hex CD 58 C8 0 39 2 14 12F 36 39
Octal 315 130 310 0 71 2 24 457 66 71
Binary 11001101 1011000 11001000 0 111001 10 10100 100101111 110110 111001

Color Harmonies of #CD58C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58C8

Black with #CD58C8

Text Example


Text Example

White with #CD58C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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