Html Css Color HEX #CD58C7 Fuchsia

📋 copy color: '#CD58C7'

red 205 ◦ green 88 ◦ blue 199

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

Shades of Fuchsia #CD58C7

Tints of Fuchsia #CD58C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.45%

R = 41.67%
G = 17.89%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CD58C7 (or 0xCD58C7) is known color: Fuchsia. HEX triplet: CD, 58 and C7. RGB value is (205,88,199). Sum of RGB (Red+Green+Blue) = 205+88+199=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD58C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58C7 is #32A738. Grayscale: #878787. Windows color (decimal): -3319609 or 13064397. OLE color: 13064397.

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

Color convert

RGB 205 88 199 -
CMYK 0 0.57 0.03 0.20
HSL 303.08º 0.54% 0.57% -
HSV(B) 303.08º 0.57% 0.8% -
XYZ 38.98 24.08 56.63 -
YUV 135.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 205 88 199 0 0.57 0.03 0.20 303.08 0.54 0.57
Hex CD 58 C7 0 39 3 14 12F 36 39
Octal 315 130 307 0 71 3 24 457 66 71
Binary 11001101 1011000 11000111 0 111001 11 10100 100101111 110110 111001

Color Harmonies of #CD58C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD58C7

Black with #CD58C7

Text Example


Text Example

White with #CD58C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD58C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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