Html Css Color HEX #CB53AB Fuchsia

📋 copy color: '#CB53AB'

red 203 ◦ green 83 ◦ blue 171

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

Shades of Fuchsia #CB53AB

Tints of Fuchsia #CB53AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.16%

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

R = 44.42%
G = 18.16%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB53AB (or 0xCB53AB) is known color: Fuchsia. HEX triplet: CB, 53 and AB. RGB value is (203,83,171). Sum of RGB (Red+Green+Blue) = 203+83+171=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB53AB is #34AC54. Grayscale: #808080. Windows color (decimal): -3451989 or 11228107. OLE color: 11228107.

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

Color convert

RGB 203 83 171 -
CMYK 0 0.59 0.16 0.20
HSL 316º 0.54% 0.56% -
HSV(B) 316º 0.59% 0.8% -
XYZ 35.07 21.82 40.89 -
YUV 128.91 151.76 180.84 -
System Red Green Blue C M Y K H S L
Decimal 203 83 171 0 0.59 0.16 0.20 316 0.54 0.56
Hex CB 53 AB 0 3B 10 14 13C 36 38
Octal 313 123 253 0 73 20 24 474 66 70
Binary 11001011 1010011 10101011 0 111011 10000 10100 100111100 110110 111000

Color Harmonies of #CB53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB53AB

Black with #CB53AB

Text Example


Text Example

White with #CB53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB53AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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