Html Css Color HEX #C031BD Fuchsia

📋 copy color: '#C031BD'

red 192 ◦ green 49 ◦ blue 189

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

Shades of Fuchsia #C031BD

Tints of Fuchsia #C031BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 44.65%
G = 11.4%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C031BD (or 0xC031BD) is known color: Fuchsia. HEX triplet: C0, 31 and BD. RGB value is (192,49,189). Sum of RGB (Red+Green+Blue) = 192+49+189=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C031BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031BD is #3FCE42. Grayscale: #6B6B6B. Windows color (decimal): -4181571 or 12399040. OLE color: 12399040.

HSL color Cylindrical-coordinate representation of color #C031BD: hue angle of 301.26º 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 #C031BD is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 189 -
CMYK 0 0.74 0.02 0.25
HSL 301.26º 0.59% 0.47% -
HSV(B) 301.26º 0.74% 0.75% -
XYZ 32.02 17.08 49.75 -
YUV 107.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 192 49 189 0 0.74 0.02 0.25 301.26 0.59 0.47
Hex C0 31 BD 0 4A 2 19 12D 3B 2F
Octal 300 61 275 0 112 2 31 455 73 57
Binary 11000000 110001 10111101 0 1001010 10 11001 100101101 111011 101111

Color Harmonies of #C031BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031BD

Black with #C031BD

Text Example


Text Example

White with #C031BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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