Html Css Color HEX #C33AC0 Fuchsia

📋 copy color: '#C33AC0'

red 195 ◦ green 58 ◦ blue 192

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

Shades of Fuchsia #C33AC0

Tints of Fuchsia #C33AC0

RGB

 RED value IS 195 (76.56% from 255) = 43.82%

 GREEN value IS 58 (23.05% from 255) = 13.03%

 BLUE value IS 192 (75.39% from 255) = 43.15%

R = 43.82%
G = 13.03%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C33AC0 (or 0xC33AC0) is known color: Fuchsia. HEX triplet: C3, 3A and C0. RGB value is (195,58,192). Sum of RGB (Red+Green+Blue) = 195+58+192=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33AC0 is #3CC53F. Grayscale: #717171. Windows color (decimal): -3982656 or 12597955. OLE color: 12597955.

HSL color Cylindrical-coordinate representation of color #C33AC0: hue angle of 301.31º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33AC0 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 192 -
CMYK 0 0.70 0.02 0.24
HSL 301.31º 0.54% 0.5% -
HSV(B) 301.31º 0.7% 0.76% -
XYZ 33.53 18.43 51.66 -
YUV 114.24 171.89 185.6 -
System Red Green Blue C M Y K H S L
Decimal 195 58 192 0 0.70 0.02 0.24 301.31 0.54 0.5
Hex C3 3A C0 0 46 2 18 12D 36 32
Octal 303 72 300 0 106 2 30 455 66 62
Binary 11000011 111010 11000000 0 1000110 10 11000 100101101 110110 110010

Color Harmonies of #C33AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AC0

Black with #C33AC0

Text Example


Text Example

White with #C33AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AC0; }

 p { color: rgb(195,58,192); }

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

background-color css

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

 a { background-color: rgb(195,58,192); }

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

border-color css

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

 span { border-color: rgb(195,58,192); }

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