Html Css Color HEX #CB6FBB Fuchsia

📋 copy color: '#CB6FBB'

red 203 ◦ green 111 ◦ blue 187

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

Shades of Fuchsia #CB6FBB

Tints of Fuchsia #CB6FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

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

R = 40.52%
G = 22.16%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB6FBB (or 0xCB6FBB) is known color: Fuchsia. HEX triplet: CB, 6F and BB. RGB value is (203,111,187). Sum of RGB (Red+Green+Blue) = 203+111+187=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FBB is #349044. Grayscale: #929292. Windows color (decimal): -3444805 or 12283851. OLE color: 12283851.

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

Color convert

RGB 203 111 187 -
CMYK 0 0.45 0.08 0.20
HSL 310.43º 0.47% 0.62% -
HSV(B) 310.43º 0.45% 0.8% -
XYZ 39.28 27.65 50.28 -
YUV 147.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 203 111 187 0 0.45 0.08 0.20 310.43 0.47 0.62
Hex CB 6F BB 0 2D 8 14 136 2F 3E
Octal 313 157 273 0 55 10 24 466 57 76
Binary 11001011 1101111 10111011 0 101101 1000 10100 100110110 101111 111110

Color Harmonies of #CB6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FBB

Black with #CB6FBB

Text Example


Text Example

White with #CB6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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