Html Css Color HEX #CB46BB Fuchsia

📋 copy color: '#CB46BB'

red 203 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #CB46BB

Tints of Fuchsia #CB46BB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.22%

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

R = 44.13%
G = 15.22%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB46BB (or 0xCB46BB) is known color: Fuchsia. HEX triplet: CB, 46 and BB. RGB value is (203,70,187). Sum of RGB (Red+Green+Blue) = 203+70+187=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46BB is #34B944. Grayscale: #7A7A7A. Windows color (decimal): -3455301 or 12273355. OLE color: 12273355.

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

Color convert

RGB 203 70 187 -
CMYK 0 0.66 0.08 0.20
HSL 307.22º 0.56% 0.54% -
HSV(B) 307.22º 0.66% 0.8% -
XYZ 35.79 20.66 49.12 -
YUV 123.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 203 70 187 0 0.66 0.08 0.20 307.22 0.56 0.54
Hex CB 46 BB 0 42 8 14 133 38 36
Octal 313 106 273 0 102 10 24 463 70 66
Binary 11001011 1000110 10111011 0 1000010 1000 10100 100110011 111000 110110

Color Harmonies of #CB46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46BB

Black with #CB46BB

Text Example


Text Example

White with #CB46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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