Html Css Color HEX #CB5DBF Fuchsia

📋 copy color: '#CB5DBF'

red 203 ◦ green 93 ◦ blue 191

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

Shades of Fuchsia #CB5DBF

Tints of Fuchsia #CB5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.1%

 BLUE value IS 191 (75% from 255) = 39.22%

R = 41.68%
G = 19.1%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB5DBF (or 0xCB5DBF) is known color: Fuchsia. HEX triplet: CB, 5D and BF. RGB value is (203,93,191). Sum of RGB (Red+Green+Blue) = 203+93+191=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DBF is #34A240. Grayscale: #888888. Windows color (decimal): -3449409 or 12541387. OLE color: 12541387.

HSL color Cylindrical-coordinate representation of color #CB5DBF: hue angle of 306.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5DBF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 93 191 -
CMYK 0 0.54 0.06 0.20
HSL 306.55º 0.51% 0.58% -
HSV(B) 306.55º 0.54% 0.8% -
XYZ 37.95 24.29 51.98 -
YUV 137.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 203 93 191 0 0.54 0.06 0.20 306.55 0.51 0.58
Hex CB 5D BF 0 36 6 14 133 33 3A
Octal 313 135 277 0 66 6 24 463 63 72
Binary 11001011 1011101 10111111 0 110110 110 10100 100110011 110011 111010

Color Harmonies of #CB5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DBF

Black with #CB5DBF

Text Example


Text Example

White with #CB5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DBF; }

 p { color: rgb(203,93,191); }

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

background-color css

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

 a { background-color: rgb(203,93,191); }

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

border-color css

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

 span { border-color: rgb(203,93,191); }

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