Html Css Color HEX #CB49BA Fuchsia

📋 copy color: '#CB49BA'

red 203 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #CB49BA

Tints of Fuchsia #CB49BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 43.94%
G = 15.8%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB49BA (or 0xCB49BA) is known color: Fuchsia. HEX triplet: CB, 49 and BA. RGB value is (203,73,186). Sum of RGB (Red+Green+Blue) = 203+73+186=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49BA is #34B645. Grayscale: #7C7C7C. Windows color (decimal): -3454534 or 12208587. OLE color: 12208587.

HSL color Cylindrical-coordinate representation of color #CB49BA: hue angle of 307.85º 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 #CB49BA is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 73 186 -
CMYK 0 0.64 0.08 0.20
HSL 307.85º 0.56% 0.54% -
HSV(B) 307.85º 0.64% 0.8% -
XYZ 35.87 21.01 48.62 -
YUV 124.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 203 73 186 0 0.64 0.08 0.20 307.85 0.56 0.54
Hex CB 49 BA 0 40 8 14 134 38 36
Octal 313 111 272 0 100 10 24 464 70 66
Binary 11001011 1001001 10111010 0 1000000 1000 10100 100110100 111000 110110

Color Harmonies of #CB49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49BA

Black with #CB49BA

Text Example


Text Example

White with #CB49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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