Html Css Color HEX #C033B0 Fuchsia

📋 copy color: '#C033B0'

red 192 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #C033B0

Tints of Fuchsia #C033B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42%

R = 45.82%
G = 12.17%
B = 42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C033B0 (or 0xC033B0) is known color: Fuchsia. HEX triplet: C0, 33 and B0. RGB value is (192,51,176). Sum of RGB (Red+Green+Blue) = 192+51+176=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C033B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C033B0 is #3FCC4F. Grayscale: #6B6B6B. Windows color (decimal): -4181072 or 11547584. OLE color: 11547584.

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

Color convert

RGB 192 51 176 -
CMYK 0 0.73 0.08 0.25
HSL 306.81º 0.58% 0.48% -
HSV(B) 306.81º 0.73% 0.75% -
XYZ 30.76 16.71 42.68 -
YUV 107.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 192 51 176 0 0.73 0.08 0.25 306.81 0.58 0.48
Hex C0 33 B0 0 49 8 19 133 3A 30
Octal 300 63 260 0 111 10 31 463 72 60
Binary 11000000 110011 10110000 0 1001001 1000 11001 100110011 111010 110000

Color Harmonies of #C033B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033B0

Black with #C033B0

Text Example


Text Example

White with #C033B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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