Html Css Color HEX #CB31B4 Fuchsia

📋 copy color: '#CB31B4'

red 203 ◦ green 49 ◦ blue 180

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

Shades of Fuchsia #CB31B4

Tints of Fuchsia #CB31B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.67%

R = 46.99%
G = 11.34%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB31B4 (or 0xCB31B4) is known color: Fuchsia. HEX triplet: CB, 31 and B4. RGB value is (203,49,180). Sum of RGB (Red+Green+Blue) = 203+49+180=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31B4 is #34CE4B. Grayscale: #6D6D6D. Windows color (decimal): -3460684 or 11809227. OLE color: 11809227.

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

Color convert

RGB 203 49 180 -
CMYK 0 0.76 0.11 0.20
HSL 308.96º 0.61% 0.49% -
HSV(B) 308.96º 0.76% 0.8% -
XYZ 33.97 18.19 44.9 -
YUV 109.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 203 49 180 0 0.76 0.11 0.20 308.96 0.61 0.49
Hex CB 31 B4 0 4C B 14 135 3D 31
Octal 313 61 264 0 114 13 24 465 75 61
Binary 11001011 110001 10110100 0 1001100 1011 10100 100110101 111101 110001

Color Harmonies of #CB31B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31B4

Black with #CB31B4

Text Example


Text Example

White with #CB31B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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