Html Css Color HEX #CB48AA Fuchsia

📋 copy color: '#CB48AA'

red 203 ◦ green 72 ◦ blue 170

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

Shades of Fuchsia #CB48AA

Tints of Fuchsia #CB48AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 45.62%
G = 16.18%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB48AA (or 0xCB48AA) is known color: Fuchsia. HEX triplet: CB, 48 and AA. RGB value is (203,72,170). Sum of RGB (Red+Green+Blue) = 203+72+170=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB48AA is #34B755. Grayscale: #7A7A7A. Windows color (decimal): -3454806 or 11159755. OLE color: 11159755.

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

Color convert

RGB 203 72 170 -
CMYK 0 0.65 0.16 0.20
HSL 315.11º 0.56% 0.54% -
HSV(B) 315.11º 0.65% 0.8% -
XYZ 34.2 20.23 40.13 -
YUV 122.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 203 72 170 0 0.65 0.16 0.20 315.11 0.56 0.54
Hex CB 48 AA 0 41 10 14 13B 38 36
Octal 313 110 252 0 101 20 24 473 70 66
Binary 11001011 1001000 10101010 0 1000001 10000 10100 100111011 111000 110110

Color Harmonies of #CB48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48AA

Black with #CB48AA

Text Example


Text Example

White with #CB48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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