Html Css Color HEX #CB4DBC Fuchsia

📋 copy color: '#CB4DBC'

red 203 ◦ green 77 ◦ blue 188

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

Shades of Fuchsia #CB4DBC

Tints of Fuchsia #CB4DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 43.38%
G = 16.45%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB4DBC (or 0xCB4DBC) is known color: Fuchsia. HEX triplet: CB, 4D and BC. RGB value is (203,77,188). Sum of RGB (Red+Green+Blue) = 203+77+188=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DBC is #34B243. Grayscale: #7F7F7F. Windows color (decimal): -3453508 or 12340683. OLE color: 12340683.

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

Color convert

RGB 203 77 188 -
CMYK 0 0.62 0.07 0.20
HSL 307.14º 0.55% 0.55% -
HSV(B) 307.14º 0.62% 0.8% -
XYZ 36.36 21.64 49.84 -
YUV 127.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 203 77 188 0 0.62 0.07 0.20 307.14 0.55 0.55
Hex CB 4D BC 0 3E 7 14 133 37 37
Octal 313 115 274 0 76 7 24 463 67 67
Binary 11001011 1001101 10111100 0 111110 111 10100 100110011 110111 110111

Color Harmonies of #CB4DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DBC

Black with #CB4DBC

Text Example


Text Example

White with #CB4DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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