Html Css Color HEX #C033B6 Fuchsia

📋 copy color: '#C033B6'

red 192 ◦ green 51 ◦ blue 182

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

Shades of Fuchsia #C033B6

Tints of Fuchsia #C033B6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12%

 BLUE value IS 182 (71.48% from 255) = 42.82%

R = 45.18%
G = 12%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C033B6 (or 0xC033B6) is known color: Fuchsia. HEX triplet: C0, 33 and B6. RGB value is (192,51,182). Sum of RGB (Red+Green+Blue) = 192+51+182=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C033B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033B6 is #3FCC49. Grayscale: #6B6B6B. Windows color (decimal): -4181066 or 11940800. OLE color: 11940800.

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

Color convert

RGB 192 51 182 -
CMYK 0 0.73 0.05 0.25
HSL 304.26º 0.58% 0.48% -
HSV(B) 304.26º 0.73% 0.75% -
XYZ 31.37 16.95 45.87 -
YUV 108.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 192 51 182 0 0.73 0.05 0.25 304.26 0.58 0.48
Hex C0 33 B6 0 49 5 19 130 3A 30
Octal 300 63 266 0 111 5 31 460 72 60
Binary 11000000 110011 10110110 0 1001001 101 11001 100110000 111010 110000

Color Harmonies of #C033B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033B6

Black with #C033B6

Text Example


Text Example

White with #C033B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033B6; }

 p { color: rgb(192,51,182); }

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

background-color css

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

 a { background-color: rgb(192,51,182); }

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

border-color css

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

 span { border-color: rgb(192,51,182); }

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