Html Css Color HEX #CB4DBB Fuchsia

📋 copy color: '#CB4DBB'

red 203 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #CB4DBB

Tints of Fuchsia #CB4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.49%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 43.47%
G = 16.49%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB4DBB (or 0xCB4DBB) is known color: Fuchsia. HEX triplet: CB, 4D and BB. RGB value is (203,77,187). Sum of RGB (Red+Green+Blue) = 203+77+187=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DBB is #34B244. Grayscale: #7E7E7E. Windows color (decimal): -3453509 or 12275147. OLE color: 12275147.

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

Color convert

RGB 203 77 187 -
CMYK 0 0.62 0.08 0.20
HSL 307.62º 0.55% 0.55% -
HSV(B) 307.62º 0.62% 0.8% -
XYZ 36.25 21.59 49.27 -
YUV 127.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 203 77 187 0 0.62 0.08 0.20 307.62 0.55 0.55
Hex CB 4D BB 0 3E 8 14 134 37 37
Octal 313 115 273 0 76 10 24 464 67 67
Binary 11001011 1001101 10111011 0 111110 1000 10100 100110100 110111 110111

Color Harmonies of #CB4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DBB

Black with #CB4DBB

Text Example


Text Example

White with #CB4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DBB; }

 p { color: rgb(203,77,187); }

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

background-color css

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

 a { background-color: rgb(203,77,187); }

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

border-color css

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

 span { border-color: rgb(203,77,187); }

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