Html Css Color HEX #CB46AB Fuchsia

📋 copy color: '#CB46AB'

red 203 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #CB46AB

Tints of Fuchsia #CB46AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 45.72%
G = 15.77%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB46AB (or 0xCB46AB) is known color: Fuchsia. HEX triplet: CB, 46 and AB. RGB value is (203,70,171). Sum of RGB (Red+Green+Blue) = 203+70+171=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB46AB is #34B954. Grayscale: #797979. Windows color (decimal): -3455317 or 11224779. OLE color: 11224779.

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

Color convert

RGB 203 70 171 -
CMYK 0 0.66 0.16 0.20
HSL 314.44º 0.56% 0.54% -
HSV(B) 314.44º 0.66% 0.8% -
XYZ 34.17 20.02 40.59 -
YUV 121.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 203 70 171 0 0.66 0.16 0.20 314.44 0.56 0.54
Hex CB 46 AB 0 42 10 14 13A 38 36
Octal 313 106 253 0 102 20 24 472 70 66
Binary 11001011 1000110 10101011 0 1000010 10000 10100 100111010 111000 110110

Color Harmonies of #CB46AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46AB

Black with #CB46AB

Text Example


Text Example

White with #CB46AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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