Html Css Color HEX #CB4AB1 Fuchsia

📋 copy color: '#CB4AB1'

red 203 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #CB4AB1

Tints of Fuchsia #CB4AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.3%

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 44.71%
G = 16.3%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB4AB1 (or 0xCB4AB1) is known color: Fuchsia. HEX triplet: CB, 4A and B1. RGB value is (203,74,177). Sum of RGB (Red+Green+Blue) = 203+74+177=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4AB1 is #34B54E. Grayscale: #7C7C7C. Windows color (decimal): -3454287 or 11619019. OLE color: 11619019.

HSL color Cylindrical-coordinate representation of color #CB4AB1: hue angle of 312.09º degrees, saturation: 0.55, 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 #CB4AB1 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 74 177 -
CMYK 0 0.64 0.13 0.20
HSL 312.09º 0.55% 0.54% -
HSV(B) 312.09º 0.64% 0.8% -
XYZ 35.01 20.77 43.76 -
YUV 124.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 203 74 177 0 0.64 0.13 0.20 312.09 0.55 0.54
Hex CB 4A B1 0 40 D 14 138 37 36
Octal 313 112 261 0 100 15 24 470 67 66
Binary 11001011 1001010 10110001 0 1000000 1101 10100 100111000 110111 110110

Color Harmonies of #CB4AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AB1

Black with #CB4AB1

Text Example


Text Example

White with #CB4AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AB1; }

 p { color: rgb(203,74,177); }

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

background-color css

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

 a { background-color: rgb(203,74,177); }

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

border-color css

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

 span { border-color: rgb(203,74,177); }

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