Html Css Color HEX #CB6ABB Fuchsia

📋 copy color: '#CB6ABB'

red 203 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #CB6ABB

Tints of Fuchsia #CB6ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.37%

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

R = 40.93%
G = 21.37%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB6ABB (or 0xCB6ABB) is known color: Fuchsia. HEX triplet: CB, 6A and BB. RGB value is (203,106,187). Sum of RGB (Red+Green+Blue) = 203+106+187=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ABB is #349544. Grayscale: #909090. Windows color (decimal): -3446085 or 12282571. OLE color: 12282571.

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

Color convert

RGB 203 106 187 -
CMYK 0 0.48 0.08 0.20
HSL 309.9º 0.48% 0.61% -
HSV(B) 309.9º 0.48% 0.8% -
XYZ 38.75 26.59 50.1 -
YUV 144.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 203 106 187 0 0.48 0.08 0.20 309.9 0.48 0.61
Hex CB 6A BB 0 30 8 14 136 30 3D
Octal 313 152 273 0 60 10 24 466 60 75
Binary 11001011 1101010 10111011 0 110000 1000 10100 100110110 110000 111101

Color Harmonies of #CB6ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6ABB

Black with #CB6ABB

Text Example


Text Example

White with #CB6ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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