Html Css Color HEX #CB48BB Fuchsia

📋 copy color: '#CB48BB'

red 203 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #CB48BB

Tints of Fuchsia #CB48BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.58%

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

R = 43.94%
G = 15.58%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB48BB (or 0xCB48BB) is known color: Fuchsia. HEX triplet: CB, 48 and BB. RGB value is (203,72,187). Sum of RGB (Red+Green+Blue) = 203+72+187=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48BB is #34B744. Grayscale: #7B7B7B. Windows color (decimal): -3454789 or 12273867. OLE color: 12273867.

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

Color convert

RGB 203 72 187 -
CMYK 0 0.65 0.08 0.20
HSL 307.33º 0.56% 0.54% -
HSV(B) 307.33º 0.65% 0.8% -
XYZ 35.92 20.92 49.16 -
YUV 124.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 203 72 187 0 0.65 0.08 0.20 307.33 0.56 0.54
Hex CB 48 BB 0 41 8 14 133 38 36
Octal 313 110 273 0 101 10 24 463 70 66
Binary 11001011 1001000 10111011 0 1000001 1000 10100 100110011 111000 110110

Color Harmonies of #CB48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48BB

Black with #CB48BB

Text Example


Text Example

White with #CB48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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