Html Css Color HEX #C33ABE Fuchsia

📋 copy color: '#C33ABE'

red 195 ◦ green 58 ◦ blue 190

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

Shades of Fuchsia #C33ABE

Tints of Fuchsia #C33ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 44.02%
G = 13.09%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C33ABE (or 0xC33ABE) is known color: Fuchsia. HEX triplet: C3, 3A and BE. RGB value is (195,58,190). Sum of RGB (Red+Green+Blue) = 195+58+190=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C33ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ABE is #3CC541. Grayscale: #717171. Windows color (decimal): -3982658 or 12466883. OLE color: 12466883.

HSL color Cylindrical-coordinate representation of color #C33ABE: hue angle of 302.19º 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 #C33ABE is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 190 -
CMYK 0 0.70 0.03 0.24
HSL 302.19º 0.54% 0.5% -
HSV(B) 302.19º 0.7% 0.76% -
XYZ 33.31 18.35 50.5 -
YUV 114.01 170.89 185.77 -
System Red Green Blue C M Y K H S L
Decimal 195 58 190 0 0.70 0.03 0.24 302.19 0.54 0.5
Hex C3 3A BE 0 46 3 18 12E 36 32
Octal 303 72 276 0 106 3 30 456 66 62
Binary 11000011 111010 10111110 0 1000110 11 11000 100101110 110110 110010

Color Harmonies of #C33ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33ABE

Black with #C33ABE

Text Example


Text Example

White with #C33ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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