Html Css Color HEX #C033AC Fuchsia

📋 copy color: '#C033AC'

red 192 ◦ green 51 ◦ blue 172

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

Shades of Fuchsia #C033AC

Tints of Fuchsia #C033AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 46.27%
G = 12.29%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C033AC (or 0xC033AC) is known color: Fuchsia. HEX triplet: C0, 33 and AC. RGB value is (192,51,172). Sum of RGB (Red+Green+Blue) = 192+51+172=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C033AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C033AC is #3FCC53. Grayscale: #6A6A6A. Windows color (decimal): -4181076 or 11285440. OLE color: 11285440.

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

Color convert

RGB 192 51 172 -
CMYK 0 0.73 0.10 0.25
HSL 308.51º 0.58% 0.48% -
HSV(B) 308.51º 0.73% 0.75% -
XYZ 30.37 16.55 40.62 -
YUV 106.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 192 51 172 0 0.73 0.10 0.25 308.51 0.58 0.48
Hex C0 33 AC 0 49 A 19 135 3A 30
Octal 300 63 254 0 111 12 31 465 72 60
Binary 11000000 110011 10101100 0 1001001 1010 11001 100110101 111010 110000

Color Harmonies of #C033AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033AC

Black with #C033AC

Text Example


Text Example

White with #C033AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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