Html Css Color HEX #CB6FB5 Fuchsia

📋 copy color: '#CB6FB5'

red 203 ◦ green 111 ◦ blue 181

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

Shades of Fuchsia #CB6FB5

Tints of Fuchsia #CB6FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 41.01%
G = 22.42%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB6FB5 (or 0xCB6FB5) is known color: Fuchsia. HEX triplet: CB, 6F and B5. RGB value is (203,111,181). Sum of RGB (Red+Green+Blue) = 203+111+181=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FB5 is #34904A. Grayscale: #929292. Windows color (decimal): -3444811 or 11890635. OLE color: 11890635.

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

Color convert

RGB 203 111 181 -
CMYK 0 0.45 0.11 0.20
HSL 314.35º 0.47% 0.62% -
HSV(B) 314.35º 0.45% 0.8% -
XYZ 38.65 27.4 46.97 -
YUV 146.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 203 111 181 0 0.45 0.11 0.20 314.35 0.47 0.62
Hex CB 6F B5 0 2D B 14 13A 2F 3E
Octal 313 157 265 0 55 13 24 472 57 76
Binary 11001011 1101111 10110101 0 101101 1011 10100 100111010 101111 111110

Color Harmonies of #CB6FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FB5

Black with #CB6FB5

Text Example


Text Example

White with #CB6FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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