Html Css Color HEX #CB40BB Fuchsia

📋 copy color: '#CB40BB'

red 203 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #CB40BB

Tints of Fuchsia #CB40BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.1%

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

R = 44.71%
G = 14.1%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB40BB (or 0xCB40BB) is known color: Fuchsia. HEX triplet: CB, 40 and BB. RGB value is (203,64,187). Sum of RGB (Red+Green+Blue) = 203+64+187=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40BB is #34BF44. Grayscale: #777777. Windows color (decimal): -3456837 or 12271819. OLE color: 12271819.

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

Color convert

RGB 203 64 187 -
CMYK 0 0.68 0.08 0.20
HSL 306.91º 0.57% 0.52% -
HSV(B) 306.91º 0.68% 0.8% -
XYZ 35.43 19.95 49 -
YUV 119.58 166.05 187.5 -
System Red Green Blue C M Y K H S L
Decimal 203 64 187 0 0.68 0.08 0.20 306.91 0.57 0.52
Hex CB 40 BB 0 44 8 14 133 39 34
Octal 313 100 273 0 104 10 24 463 71 64
Binary 11001011 1000000 10111011 0 1000100 1000 10100 100110011 111001 110100

Color Harmonies of #CB40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40BB

Black with #CB40BB

Text Example


Text Example

White with #CB40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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