Html Css Color HEX #C033BC Fuchsia

📋 copy color: '#C033BC'

red 192 ◦ green 51 ◦ blue 188

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

Shades of Fuchsia #C033BC

Tints of Fuchsia #C033BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 44.55%
G = 11.83%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C033BC (or 0xC033BC) is known color: Fuchsia. HEX triplet: C0, 33 and BC. RGB value is (192,51,188). Sum of RGB (Red+Green+Blue) = 192+51+188=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C033BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C033BC is #3FCC43. Grayscale: #6C6C6C. Windows color (decimal): -4181060 or 12334016. OLE color: 12334016.

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

Color convert

RGB 192 51 188 -
CMYK 0 0.73 0.02 0.25
HSL 301.7º 0.58% 0.48% -
HSV(B) 301.7º 0.73% 0.75% -
XYZ 32 17.2 49.21 -
YUV 108.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 192 51 188 0 0.73 0.02 0.25 301.7 0.58 0.48
Hex C0 33 BC 0 49 2 19 12E 3A 30
Octal 300 63 274 0 111 2 31 456 72 60
Binary 11000000 110011 10111100 0 1001001 10 11001 100101110 111010 110000

Color Harmonies of #C033BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033BC

Black with #C033BC

Text Example


Text Example

White with #C033BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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