Html Css Color HEX #C033B4 Fuchsia

📋 copy color: '#C033B4'

red 192 ◦ green 51 ◦ blue 180

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

Shades of Fuchsia #C033B4

Tints of Fuchsia #C033B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 45.39%
G = 12.06%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C033B4 (or 0xC033B4) is known color: Fuchsia. HEX triplet: C0, 33 and B4. RGB value is (192,51,180). Sum of RGB (Red+Green+Blue) = 192+51+180=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C033B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033B4 is #3FCC4B. Grayscale: #6B6B6B. Windows color (decimal): -4181068 or 11809728. OLE color: 11809728.

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

Color convert

RGB 192 51 180 -
CMYK 0 0.73 0.06 0.25
HSL 305.11º 0.58% 0.48% -
HSV(B) 305.11º 0.73% 0.75% -
XYZ 31.16 16.87 44.79 -
YUV 107.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 192 51 180 0 0.73 0.06 0.25 305.11 0.58 0.48
Hex C0 33 B4 0 49 6 19 131 3A 30
Octal 300 63 264 0 111 6 31 461 72 60
Binary 11000000 110011 10110100 0 1001001 110 11001 100110001 111010 110000

Color Harmonies of #C033B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033B4

Black with #C033B4

Text Example


Text Example

White with #C033B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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