Html Css Color HEX #C033B9 Fuchsia

📋 copy color: '#C033B9'

red 192 ◦ green 51 ◦ blue 185

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

Shades of Fuchsia #C033B9

Tints of Fuchsia #C033B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 44.86%
G = 11.92%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C033B9 (or 0xC033B9) is known color: Fuchsia. HEX triplet: C0, 33 and B9. RGB value is (192,51,185). Sum of RGB (Red+Green+Blue) = 192+51+185=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C033B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033B9 is #3FCC46. Grayscale: #6C6C6C. Windows color (decimal): -4181063 or 12137408. OLE color: 12137408.

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

Color convert

RGB 192 51 185 -
CMYK 0 0.73 0.04 0.25
HSL 302.98º 0.58% 0.48% -
HSV(B) 302.98º 0.73% 0.75% -
XYZ 31.68 17.08 47.53 -
YUV 108.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 192 51 185 0 0.73 0.04 0.25 302.98 0.58 0.48
Hex C0 33 B9 0 49 4 19 12F 3A 30
Octal 300 63 271 0 111 4 31 457 72 60
Binary 11000000 110011 10111001 0 1001001 100 11001 100101111 111010 110000

Color Harmonies of #C033B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033B9

Black with #C033B9

Text Example


Text Example

White with #C033B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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