Html Css Color HEX #CB31B1 Fuchsia

📋 copy color: '#CB31B1'

red 203 ◦ green 49 ◦ blue 177

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

Shades of Fuchsia #CB31B1

Tints of Fuchsia #CB31B1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.42%

 BLUE value IS 177 (69.53% from 255) = 41.26%

R = 47.32%
G = 11.42%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB31B1 (or 0xCB31B1) is known color: Fuchsia. HEX triplet: CB, 31 and B1. RGB value is (203,49,177). Sum of RGB (Red+Green+Blue) = 203+49+177=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB31B1 is #34CE4E. Grayscale: #6D6D6D. Windows color (decimal): -3460687 or 11612619. OLE color: 11612619.

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

Color convert

RGB 203 49 177 -
CMYK 0 0.76 0.13 0.20
HSL 310.13º 0.61% 0.49% -
HSV(B) 310.13º 0.76% 0.8% -
XYZ 33.66 18.07 43.31 -
YUV 109.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 203 49 177 0 0.76 0.13 0.20 310.13 0.61 0.49
Hex CB 31 B1 0 4C D 14 136 3D 31
Octal 313 61 261 0 114 15 24 466 75 61
Binary 11001011 110001 10110001 0 1001100 1101 10100 100110110 111101 110001

Color Harmonies of #CB31B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31B1

Black with #CB31B1

Text Example


Text Example

White with #CB31B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31B1; }

 p { color: rgb(203,49,177); }

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

background-color css

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

 a { background-color: rgb(203,49,177); }

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

border-color css

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

 span { border-color: rgb(203,49,177); }

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