Html Css Color HEX #CD55C9 Fuchsia

📋 copy color: '#CD55C9'

red 205 ◦ green 85 ◦ blue 201

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

Shades of Fuchsia #CD55C9

Tints of Fuchsia #CD55C9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.31%

 BLUE value IS 201 (78.91% from 255) = 40.94%

R = 41.75%
G = 17.31%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD55C9 (or 0xCD55C9) is known color: Fuchsia. HEX triplet: CD, 55 and C9. RGB value is (205,85,201). Sum of RGB (Red+Green+Blue) = 205+85+201=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55C9 is #32AA36. Grayscale: #858585. Windows color (decimal): -3320375 or 13194701. OLE color: 13194701.

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

Color convert

RGB 205 85 201 -
CMYK 0 0.59 0.02 0.20
HSL 302º 0.55% 0.57% -
HSV(B) 302º 0.59% 0.8% -
XYZ 38.97 23.69 57.78 -
YUV 134.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 205 85 201 0 0.59 0.02 0.20 302 0.55 0.57
Hex CD 55 C9 0 3B 2 14 12E 37 39
Octal 315 125 311 0 73 2 24 456 67 71
Binary 11001101 1010101 11001001 0 111011 10 10100 100101110 110111 111001

Color Harmonies of #CD55C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55C9

Black with #CD55C9

Text Example


Text Example

White with #CD55C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55C9; }

 p { color: rgb(205,85,201); }

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

background-color css

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

 a { background-color: rgb(205,85,201); }

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

border-color css

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

 span { border-color: rgb(205,85,201); }

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