Html Css Color HEX #C033AB Fuchsia

📋 copy color: '#C033AB'

red 192 ◦ green 51 ◦ blue 171

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

Shades of Fuchsia #C033AB

Tints of Fuchsia #C033AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 46.38%
G = 12.32%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C033AB (or 0xC033AB) is known color: Fuchsia. HEX triplet: C0, 33 and AB. RGB value is (192,51,171). Sum of RGB (Red+Green+Blue) = 192+51+171=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C033AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C033AB is #3FCC54. Grayscale: #6A6A6A. Windows color (decimal): -4181077 or 11219904. OLE color: 11219904.

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

Color convert

RGB 192 51 171 -
CMYK 0 0.73 0.11 0.25
HSL 308.94º 0.58% 0.48% -
HSV(B) 308.94º 0.73% 0.75% -
XYZ 30.27 16.51 40.12 -
YUV 106.84 164.21 188.74 -
System Red Green Blue C M Y K H S L
Decimal 192 51 171 0 0.73 0.11 0.25 308.94 0.58 0.48
Hex C0 33 AB 0 49 B 19 135 3A 30
Octal 300 63 253 0 111 13 31 465 72 60
Binary 11000000 110011 10101011 0 1001001 1011 11001 100110101 111010 110000

Color Harmonies of #C033AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C033AB

Black with #C033AB

Text Example


Text Example

White with #C033AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C033AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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