Html Css Color HEX #CB49B9 Fuchsia

📋 copy color: '#CB49B9'

red 203 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #CB49B9

Tints of Fuchsia #CB49B9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.84%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 44.03%
G = 15.84%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB49B9 (or 0xCB49B9) is known color: Fuchsia. HEX triplet: CB, 49 and B9. RGB value is (203,73,185). Sum of RGB (Red+Green+Blue) = 203+73+185=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49B9 is #34B646. Grayscale: #7C7C7C. Windows color (decimal): -3454535 or 12143051. OLE color: 12143051.

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

Color convert

RGB 203 73 185 -
CMYK 0 0.64 0.09 0.20
HSL 308.31º 0.56% 0.54% -
HSV(B) 308.31º 0.64% 0.8% -
XYZ 35.77 20.96 48.06 -
YUV 124.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 203 73 185 0 0.64 0.09 0.20 308.31 0.56 0.54
Hex CB 49 B9 0 40 9 14 134 38 36
Octal 313 111 271 0 100 11 24 464 70 66
Binary 11001011 1001001 10111001 0 1000000 1001 10100 100110100 111000 110110

Color Harmonies of #CB49B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49B9

Black with #CB49B9

Text Example


Text Example

White with #CB49B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49B9; }

 p { color: rgb(203,73,185); }

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

background-color css

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

 a { background-color: rgb(203,73,185); }

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

border-color css

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

 span { border-color: rgb(203,73,185); }

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