Html Css Color HEX #CB44AA Fuchsia

📋 copy color: '#CB44AA'

red 203 ◦ green 68 ◦ blue 170

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

Shades of Fuchsia #CB44AA

Tints of Fuchsia #CB44AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.42%

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

R = 46.03%
G = 15.42%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB44AA (or 0xCB44AA) is known color: Fuchsia. HEX triplet: CB, 44 and AA. RGB value is (203,68,170). Sum of RGB (Red+Green+Blue) = 203+68+170=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB44AA is #34BB55. Grayscale: #777777. Windows color (decimal): -3455830 or 11158731. OLE color: 11158731.

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

Color convert

RGB 203 68 170 -
CMYK 0 0.67 0.16 0.20
HSL 314.67º 0.56% 0.53% -
HSV(B) 314.67º 0.67% 0.8% -
XYZ 33.95 19.73 40.05 -
YUV 119.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 203 68 170 0 0.67 0.16 0.20 314.67 0.56 0.53
Hex CB 44 AA 0 43 10 14 13B 38 35
Octal 313 104 252 0 103 20 24 473 70 65
Binary 11001011 1000100 10101010 0 1000011 10000 10100 100111011 111000 110101

Color Harmonies of #CB44AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB44AA

Black with #CB44AA

Text Example


Text Example

White with #CB44AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB44AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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