Html Css Color HEX #CB4AB9 Fuchsia

📋 copy color: '#CB4AB9'

red 203 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #CB4AB9

Tints of Fuchsia #CB4AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 43.94%
G = 16.02%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB4AB9 (or 0xCB4AB9) is known color: Fuchsia. HEX triplet: CB, 4A and B9. RGB value is (203,74,185). Sum of RGB (Red+Green+Blue) = 203+74+185=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4AB9 is #34B546. Grayscale: #7C7C7C. Windows color (decimal): -3454279 or 12143307. OLE color: 12143307.

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

Color convert

RGB 203 74 185 -
CMYK 0 0.64 0.09 0.20
HSL 308.37º 0.55% 0.54% -
HSV(B) 308.37º 0.64% 0.8% -
XYZ 35.83 21.1 48.08 -
YUV 125.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 203 74 185 0 0.64 0.09 0.20 308.37 0.55 0.54
Hex CB 4A B9 0 40 9 14 134 37 36
Octal 313 112 271 0 100 11 24 464 67 66
Binary 11001011 1001010 10111001 0 1000000 1001 10100 100110100 110111 110110

Color Harmonies of #CB4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AB9

Black with #CB4AB9

Text Example


Text Example

White with #CB4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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