Html Css Color HEX #C036B1 Fuchsia

📋 copy color: '#C036B1'

red 192 ◦ green 54 ◦ blue 177

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

Shades of Fuchsia #C036B1

Tints of Fuchsia #C036B1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.77%

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

R = 45.39%
G = 12.77%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C036B1 (or 0xC036B1) is known color: Fuchsia. HEX triplet: C0, 36 and B1. RGB value is (192,54,177). Sum of RGB (Red+Green+Blue) = 192+54+177=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C036B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C036B1 is #3FC94E. Grayscale: #6C6C6C. Windows color (decimal): -4180303 or 11613888. OLE color: 11613888.

HSL color Cylindrical-coordinate representation of color #C036B1: hue angle of 306.52º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C036B1 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 177 -
CMYK 0 0.72 0.08 0.25
HSL 306.52º 0.56% 0.48% -
HSV(B) 306.52º 0.72% 0.75% -
XYZ 30.99 17.02 43.25 -
YUV 109.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 192 54 177 0 0.72 0.08 0.25 306.52 0.56 0.48
Hex C0 36 B1 0 48 8 19 133 38 30
Octal 300 66 261 0 110 10 31 463 70 60
Binary 11000000 110110 10110001 0 1001000 1000 11001 100110011 111000 110000

Color Harmonies of #C036B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036B1

Black with #C036B1

Text Example


Text Example

White with #C036B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036B1; }

 p { color: rgb(192,54,177); }

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

background-color css

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

 a { background-color: rgb(192,54,177); }

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

border-color css

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

 span { border-color: rgb(192,54,177); }

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