Html Css Color HEX #C33BAB Fuchsia

📋 copy color: '#C33BAB'

red 195 ◦ green 59 ◦ blue 171

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

Shades of Fuchsia #C33BAB

Tints of Fuchsia #C33BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.88%

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

R = 45.88%
G = 13.88%
B = 40.24%

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

#C33BAB (or 0xC33BAB) is known color: Fuchsia. HEX triplet: C3, 3B and AB. RGB value is (195,59,171). Sum of RGB (Red+Green+Blue) = 195+59+171=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33BAB is #3CC454. Grayscale: #707070. Windows color (decimal): -3982421 or 11221955. OLE color: 11221955.

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

Color convert

RGB 195 59 171 -
CMYK 0 0.70 0.12 0.24
HSL 310.59º 0.54% 0.5% -
HSV(B) 310.59º 0.7% 0.76% -
XYZ 31.42 17.67 40.28 -
YUV 112.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 195 59 171 0 0.70 0.12 0.24 310.59 0.54 0.5
Hex C3 3B AB 0 46 C 18 137 36 32
Octal 303 73 253 0 106 14 30 467 66 62
Binary 11000011 111011 10101011 0 1000110 1100 11000 100110111 110110 110010

Color Harmonies of #C33BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BAB

Black with #C33BAB

Text Example


Text Example

White with #C33BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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