Html Css Color HEX #CB4AB5 Fuchsia

📋 copy color: '#CB4AB5'

red 203 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #CB4AB5

Tints of Fuchsia #CB4AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.52%

R = 44.32%
G = 16.16%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB4AB5 (or 0xCB4AB5) is known color: Fuchsia. HEX triplet: CB, 4A and B5. RGB value is (203,74,181). Sum of RGB (Red+Green+Blue) = 203+74+181=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AB5 is #34B54A. Grayscale: #7C7C7C. Windows color (decimal): -3454283 or 11881163. OLE color: 11881163.

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

Color convert

RGB 203 74 181 -
CMYK 0 0.64 0.11 0.20
HSL 310.23º 0.55% 0.54% -
HSV(B) 310.23º 0.64% 0.8% -
XYZ 35.42 20.93 45.89 -
YUV 124.77 159.74 183.8 -
System Red Green Blue C M Y K H S L
Decimal 203 74 181 0 0.64 0.11 0.20 310.23 0.55 0.54
Hex CB 4A B5 0 40 B 14 136 37 36
Octal 313 112 265 0 100 13 24 466 67 66
Binary 11001011 1001010 10110101 0 1000000 1011 10100 100110110 110111 110110

Color Harmonies of #CB4AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AB5

Black with #CB4AB5

Text Example


Text Example

White with #CB4AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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