Html Css Color HEX #CB49AC Fuchsia

📋 copy color: '#CB49AC'

red 203 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #CB49AC

Tints of Fuchsia #CB49AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 45.31%
G = 16.29%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB49AC (or 0xCB49AC) is known color: Fuchsia. HEX triplet: CB, 49 and AC. RGB value is (203,73,172). Sum of RGB (Red+Green+Blue) = 203+73+172=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB49AC is #34B653. Grayscale: #7A7A7A. Windows color (decimal): -3454548 or 11291083. OLE color: 11291083.

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

Color convert

RGB 203 73 172 -
CMYK 0 0.64 0.15 0.20
HSL 314.31º 0.56% 0.54% -
HSV(B) 314.31º 0.64% 0.8% -
XYZ 34.46 20.44 41.16 -
YUV 123.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 203 73 172 0 0.64 0.15 0.20 314.31 0.56 0.54
Hex CB 49 AC 0 40 F 14 13A 38 36
Octal 313 111 254 0 100 17 24 472 70 66
Binary 11001011 1001001 10101100 0 1000000 1111 10100 100111010 111000 110110

Color Harmonies of #CB49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49AC

Black with #CB49AC

Text Example


Text Example

White with #CB49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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