Html Css Color HEX #C036B2 Fuchsia

📋 copy color: '#C036B2'

red 192 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #C036B2

Tints of Fuchsia #C036B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 45.28%
G = 12.74%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C036B2 (or 0xC036B2) is known color: Fuchsia. HEX triplet: C0, 36 and B2. RGB value is (192,54,178). Sum of RGB (Red+Green+Blue) = 192+54+178=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C036B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C036B2 is #3FC94D. Grayscale: #6D6D6D. Windows color (decimal): -4180302 or 11679424. OLE color: 11679424.

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

Color convert

RGB 192 54 178 -
CMYK 0 0.72 0.07 0.25
HSL 306.09º 0.56% 0.48% -
HSV(B) 306.09º 0.72% 0.75% -
XYZ 31.09 17.06 43.77 -
YUV 109.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 192 54 178 0 0.72 0.07 0.25 306.09 0.56 0.48
Hex C0 36 B2 0 48 7 19 132 38 30
Octal 300 66 262 0 110 7 31 462 70 60
Binary 11000000 110110 10110010 0 1001000 111 11001 100110010 111000 110000

Color Harmonies of #C036B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C036B2

Black with #C036B2

Text Example


Text Example

White with #C036B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C036B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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