Html Css Color HEX #C031BB Fuchsia

📋 copy color: '#C031BB'

red 192 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #C031BB

Tints of Fuchsia #C031BB

RGB

 RED value IS 192 (75.39% from 255) = 44.86%

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

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

R = 44.86%
G = 11.45%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C031BB (or 0xC031BB) is known color: Fuchsia. HEX triplet: C0, 31 and BB. RGB value is (192,49,187). Sum of RGB (Red+Green+Blue) = 192+49+187=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C031BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031BB is #3FCE44. Grayscale: #6B6B6B. Windows color (decimal): -4181573 or 12267968. OLE color: 12267968.

HSL color Cylindrical-coordinate representation of color #C031BB: hue angle of 302.1º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031BB is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 187 -
CMYK 0 0.74 0.03 0.25
HSL 302.1º 0.59% 0.47% -
HSV(B) 302.1º 0.74% 0.75% -
XYZ 31.81 16.99 48.62 -
YUV 107.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 192 49 187 0 0.74 0.03 0.25 302.1 0.59 0.47
Hex C0 31 BB 0 4A 3 19 12E 3B 2F
Octal 300 61 273 0 112 3 31 456 73 57
Binary 11000000 110001 10111011 0 1001010 11 11001 100101110 111011 101111

Color Harmonies of #C031BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031BB

Black with #C031BB

Text Example


Text Example

White with #C031BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031BB; }

 p { color: rgb(192,49,187); }

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

background-color css

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

 a { background-color: rgb(192,49,187); }

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

border-color css

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

 span { border-color: rgb(192,49,187); }

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