Html Css Color HEX #CB31B7 Fuchsia

📋 copy color: '#CB31B7'

red 203 ◦ green 49 ◦ blue 183

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

Shades of Fuchsia #CB31B7

Tints of Fuchsia #CB31B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.07%

R = 46.67%
G = 11.26%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB31B7 (or 0xCB31B7) is known color: Fuchsia. HEX triplet: CB, 31 and B7. RGB value is (203,49,183). Sum of RGB (Red+Green+Blue) = 203+49+183=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31B7 is #34CE48. Grayscale: #6D6D6D. Windows color (decimal): -3460681 or 12005835. OLE color: 12005835.

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

Color convert

RGB 203 49 183 -
CMYK 0 0.76 0.10 0.20
HSL 307.79º 0.61% 0.49% -
HSV(B) 307.79º 0.76% 0.8% -
XYZ 34.27 18.31 46.53 -
YUV 110.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 203 49 183 0 0.76 0.10 0.20 307.79 0.61 0.49
Hex CB 31 B7 0 4C A 14 134 3D 31
Octal 313 61 267 0 114 12 24 464 75 61
Binary 11001011 110001 10110111 0 1001100 1010 10100 100110100 111101 110001

Color Harmonies of #CB31B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31B7

Black with #CB31B7

Text Example


Text Example

White with #CB31B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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