Html Css Color HEX #C033AF Fuchsia

📋 copy color: '#C033AF'

red 192 ◦ green 51 ◦ blue 175

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

Shades of Fuchsia #C033AF

Tints of Fuchsia #C033AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 45.93%
G = 12.2%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C033AF (or 0xC033AF) is known color: Fuchsia. HEX triplet: C0, 33 and AF. RGB value is (192,51,175). Sum of RGB (Red+Green+Blue) = 192+51+175=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C033AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C033AF is #3FCC50. Grayscale: #6A6A6A. Windows color (decimal): -4181073 or 11482048. OLE color: 11482048.

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

Color convert

RGB 192 51 175 -
CMYK 0 0.73 0.09 0.25
HSL 307.23º 0.58% 0.48% -
HSV(B) 307.23º 0.73% 0.75% -
XYZ 30.66 16.67 42.16 -
YUV 107.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 192 51 175 0 0.73 0.09 0.25 307.23 0.58 0.48
Hex C0 33 AF 0 49 9 19 133 3A 30
Octal 300 63 257 0 111 11 31 463 72 60
Binary 11000000 110011 10101111 0 1001001 1001 11001 100110011 111010 110000

Color Harmonies of #C033AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033AF

Black with #C033AF

Text Example


Text Example

White with #C033AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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