Html Css Color HEX #CB56B0 Fuchsia

📋 copy color: '#CB56B0'

red 203 ◦ green 86 ◦ blue 176

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

Shades of Fuchsia #CB56B0

Tints of Fuchsia #CB56B0

RGB

 RED value IS 203 (79.69% from 255) = 43.66%

 GREEN value IS 86 (33.98% from 255) = 18.49%

 BLUE value IS 176 (69.14% from 255) = 37.85%

R = 43.66%
G = 18.49%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB56B0 (or 0xCB56B0) is known color: Fuchsia. HEX triplet: CB, 56 and B0. RGB value is (203,86,176). Sum of RGB (Red+Green+Blue) = 203+86+176=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB56B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB56B0 is #34A94F. Grayscale: #838383. Windows color (decimal): -3451216 or 11556555. OLE color: 11556555.

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

Color convert

RGB 203 86 176 -
CMYK 0 0.58 0.13 0.20
HSL 313.85º 0.53% 0.57% -
HSV(B) 313.85º 0.58% 0.8% -
XYZ 35.79 22.49 43.53 -
YUV 131.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 203 86 176 0 0.58 0.13 0.20 313.85 0.53 0.57
Hex CB 56 B0 0 3A D 14 13A 35 39
Octal 313 126 260 0 72 15 24 472 65 71
Binary 11001011 1010110 10110000 0 111010 1101 10100 100111010 110101 111001

Color Harmonies of #CB56B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB56B0

Black with #CB56B0

Text Example


Text Example

White with #CB56B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB56B0; }

 p { color: rgb(203,86,176); }

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

background-color css

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

 a { background-color: rgb(203,86,176); }

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

border-color css

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

 span { border-color: rgb(203,86,176); }

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