Html Css Color HEX #C033C0 Fuchsia

📋 copy color: '#C033C0'

red 192 ◦ green 51 ◦ blue 192

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

Shades of Fuchsia #C033C0

Tints of Fuchsia #C033C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.14%

R = 44.14%
G = 11.72%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C033C0 (or 0xC033C0) is known color: Fuchsia. HEX triplet: C0, 33 and C0. RGB value is (192,51,192). Sum of RGB (Red+Green+Blue) = 192+51+192=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C033C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033C0 is #3FCC3F. Grayscale: #6C6C6C. Windows color (decimal): -4181056 or 12596160. OLE color: 12596160.

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

Color convert

RGB 192 51 192 -
CMYK 0 0.73 0 0.25
HSL 300º 0.58% 0.48% -
HSV(B) 300º 0.73% 0.75% -
XYZ 32.44 17.38 51.51 -
YUV 109.23 174.71 187.04 -
System Red Green Blue C M Y K H S L
Decimal 192 51 192 0 0.73 0 0.25 300 0.58 0.48
Hex C0 33 C0 0 49 0 19 12C 3A 30
Octal 300 63 300 0 111 0 31 454 72 60
Binary 11000000 110011 11000000 0 1001001 0 11001 100101100 111010 110000

Color Harmonies of #C033C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033C0

Black with #C033C0

Text Example


Text Example

White with #C033C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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