Html Css Color HEX #CB55BE Fuchsia

📋 copy color: '#CB55BE'

red 203 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #CB55BE

Tints of Fuchsia #CB55BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 42.47%
G = 17.78%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB55BE (or 0xCB55BE) is known color: Fuchsia. HEX triplet: CB, 55 and BE. RGB value is (203,85,190). Sum of RGB (Red+Green+Blue) = 203+85+190=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55BE is #34AA41. Grayscale: #838383. Windows color (decimal): -3451458 or 12473803. OLE color: 12473803.

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

Color convert

RGB 203 85 190 -
CMYK 0 0.58 0.06 0.20
HSL 306.61º 0.53% 0.56% -
HSV(B) 306.61º 0.58% 0.8% -
XYZ 37.17 22.91 51.18 -
YUV 132.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 203 85 190 0 0.58 0.06 0.20 306.61 0.53 0.56
Hex CB 55 BE 0 3A 6 14 133 35 38
Octal 313 125 276 0 72 6 24 463 65 70
Binary 11001011 1010101 10111110 0 111010 110 10100 100110011 110101 111000

Color Harmonies of #CB55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55BE

Black with #CB55BE

Text Example


Text Example

White with #CB55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55BE; }

 p { color: rgb(203,85,190); }

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

background-color css

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

 a { background-color: rgb(203,85,190); }

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

border-color css

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

 span { border-color: rgb(203,85,190); }

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