Html Css Color HEX #C033AD Fuchsia

📋 copy color: '#C033AD'

red 192 ◦ green 51 ◦ blue 173

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

Shades of Fuchsia #C033AD

Tints of Fuchsia #C033AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 46.15%
G = 12.26%
B = 41.59%

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

#C033AD (or 0xC033AD) is known color: Fuchsia. HEX triplet: C0, 33 and AD. RGB value is (192,51,173). Sum of RGB (Red+Green+Blue) = 192+51+173=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C033AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C033AD is #3FCC52. Grayscale: #6A6A6A. Windows color (decimal): -4181075 or 11350976. OLE color: 11350976.

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

Color convert

RGB 192 51 173 -
CMYK 0 0.73 0.10 0.25
HSL 308.09º 0.58% 0.48% -
HSV(B) 308.09º 0.73% 0.75% -
XYZ 30.46 16.59 41.13 -
YUV 107.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 192 51 173 0 0.73 0.10 0.25 308.09 0.58 0.48
Hex C0 33 AD 0 49 A 19 134 3A 30
Octal 300 63 255 0 111 12 31 464 72 60
Binary 11000000 110011 10101101 0 1001001 1010 11001 100110100 111010 110000

Color Harmonies of #C033AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033AD

Black with #C033AD

Text Example


Text Example

White with #C033AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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