Html Css Color HEX #CD55BA Fuchsia

📋 copy color: '#CD55BA'

red 205 ◦ green 85 ◦ blue 186

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

Shades of Fuchsia #CD55BA

Tints of Fuchsia #CD55BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 43.07%
G = 17.86%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD55BA (or 0xCD55BA) is known color: Fuchsia. HEX triplet: CD, 55 and BA. RGB value is (205,85,186). Sum of RGB (Red+Green+Blue) = 205+85+186=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55BA is #32AA45. Grayscale: #848484. Windows color (decimal): -3320390 or 12211661. OLE color: 12211661.

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

Color convert

RGB 205 85 186 -
CMYK 0 0.59 0.09 0.20
HSL 309.5º 0.55% 0.57% -
HSV(B) 309.5º 0.59% 0.8% -
XYZ 37.29 23.02 48.93 -
YUV 132.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 205 85 186 0 0.59 0.09 0.20 309.5 0.55 0.57
Hex CD 55 BA 0 3B 9 14 136 37 39
Octal 315 125 272 0 73 11 24 466 67 71
Binary 11001101 1010101 10111010 0 111011 1001 10100 100110110 110111 111001

Color Harmonies of #CD55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55BA

Black with #CD55BA

Text Example


Text Example

White with #CD55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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