Html Css Color HEX #C33AAB Fuchsia

📋 copy color: '#C33AAB'

red 195 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #C33AAB

Tints of Fuchsia #C33AAB

RGB

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

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

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

R = 45.99%
G = 13.68%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C33AAB (or 0xC33AAB) is known color: Fuchsia. HEX triplet: C3, 3A and AB. RGB value is (195,58,171). Sum of RGB (Red+Green+Blue) = 195+58+171=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AAB is #3CC554. Grayscale: #6F6F6F. Windows color (decimal): -3982677 or 11221699. OLE color: 11221699.

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

Color convert

RGB 195 58 171 -
CMYK 0 0.70 0.12 0.24
HSL 310.51º 0.54% 0.5% -
HSV(B) 310.51º 0.7% 0.76% -
XYZ 31.37 17.57 40.27 -
YUV 111.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 195 58 171 0 0.70 0.12 0.24 310.51 0.54 0.5
Hex C3 3A AB 0 46 C 18 137 36 32
Octal 303 72 253 0 106 14 30 467 66 62
Binary 11000011 111010 10101011 0 1000110 1100 11000 100110111 110110 110010

Color Harmonies of #C33AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AAB

Black with #C33AAB

Text Example


Text Example

White with #C33AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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