Html Css Color HEX #CB5EBB Fuchsia

📋 copy color: '#CB5EBB'

red 203 ◦ green 94 ◦ blue 187

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

Shades of Fuchsia #CB5EBB

Tints of Fuchsia #CB5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.42%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 41.94%
G = 19.42%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB5EBB (or 0xCB5EBB) is known color: Fuchsia. HEX triplet: CB, 5E and BB. RGB value is (203,94,187). Sum of RGB (Red+Green+Blue) = 203+94+187=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EBB is #34A144. Grayscale: #888888. Windows color (decimal): -3449157 or 12279499. OLE color: 12279499.

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

Color convert

RGB 203 94 187 -
CMYK 0 0.54 0.08 0.20
HSL 308.81º 0.51% 0.58% -
HSV(B) 308.81º 0.54% 0.8% -
XYZ 37.6 24.29 49.72 -
YUV 137.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 203 94 187 0 0.54 0.08 0.20 308.81 0.51 0.58
Hex CB 5E BB 0 36 8 14 135 33 3A
Octal 313 136 273 0 66 10 24 465 63 72
Binary 11001011 1011110 10111011 0 110110 1000 10100 100110101 110011 111010

Color Harmonies of #CB5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EBB

Black with #CB5EBB

Text Example


Text Example

White with #CB5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EBB; }

 p { color: rgb(203,94,187); }

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

background-color css

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

 a { background-color: rgb(203,94,187); }

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

border-color css

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

 span { border-color: rgb(203,94,187); }

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