Html Css Color HEX #CB4BB9 Fuchsia

📋 copy color: '#CB4BB9'

red 203 ◦ green 75 ◦ blue 185

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

Shades of Fuchsia #CB4BB9

Tints of Fuchsia #CB4BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

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

R = 43.84%
G = 16.2%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB4BB9 (or 0xCB4BB9) is known color: Fuchsia. HEX triplet: CB, 4B and B9. RGB value is (203,75,185). Sum of RGB (Red+Green+Blue) = 203+75+185=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BB9 is #34B446. Grayscale: #7D7D7D. Windows color (decimal): -3454023 or 12143563. OLE color: 12143563.

HSL color Cylindrical-coordinate representation of color #CB4BB9: hue angle of 308.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4BB9 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 75 185 -
CMYK 0 0.63 0.09 0.20
HSL 308.44º 0.55% 0.55% -
HSV(B) 308.44º 0.63% 0.8% -
XYZ 35.9 21.23 48.1 -
YUV 125.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 203 75 185 0 0.63 0.09 0.20 308.44 0.55 0.55
Hex CB 4B B9 0 3F 9 14 134 37 37
Octal 313 113 271 0 77 11 24 464 67 67
Binary 11001011 1001011 10111001 0 111111 1001 10100 100110100 110111 110111

Color Harmonies of #CB4BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4BB9

Black with #CB4BB9

Text Example


Text Example

White with #CB4BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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