Html Css Color HEX #C033B2 Fuchsia

📋 copy color: '#C033B2'

red 192 ◦ green 51 ◦ blue 178

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

Shades of Fuchsia #C033B2

Tints of Fuchsia #C033B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 45.61%
G = 12.11%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C033B2 (or 0xC033B2) is known color: Fuchsia. HEX triplet: C0, 33 and B2. RGB value is (192,51,178). Sum of RGB (Red+Green+Blue) = 192+51+178=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C033B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C033B2 is #3FCC4D. Grayscale: #6B6B6B. Windows color (decimal): -4181070 or 11678656. OLE color: 11678656.

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

Color convert

RGB 192 51 178 -
CMYK 0 0.73 0.07 0.25
HSL 305.96º 0.58% 0.48% -
HSV(B) 305.96º 0.73% 0.75% -
XYZ 30.96 16.79 43.73 -
YUV 107.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 192 51 178 0 0.73 0.07 0.25 305.96 0.58 0.48
Hex C0 33 B2 0 49 7 19 132 3A 30
Octal 300 63 262 0 111 7 31 462 72 60
Binary 11000000 110011 10110010 0 1001001 111 11001 100110010 111010 110000

Color Harmonies of #C033B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033B2

Black with #C033B2

Text Example


Text Example

White with #C033B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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