Html Css Color HEX #C33AB1 Fuchsia

📋 copy color: '#C33AB1'

red 195 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #C33AB1

Tints of Fuchsia #C33AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.16%

R = 45.35%
G = 13.49%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C33AB1 (or 0xC33AB1) is known color: Fuchsia. HEX triplet: C3, 3A and B1. RGB value is (195,58,177). Sum of RGB (Red+Green+Blue) = 195+58+177=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AB1 is #3CC54E. Grayscale: #707070. Windows color (decimal): -3982671 or 11614915. OLE color: 11614915.

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

Color convert

RGB 195 58 177 -
CMYK 0 0.70 0.09 0.24
HSL 307.88º 0.54% 0.5% -
HSV(B) 307.88º 0.7% 0.76% -
XYZ 31.95 17.8 43.35 -
YUV 112.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 195 58 177 0 0.70 0.09 0.24 307.88 0.54 0.5
Hex C3 3A B1 0 46 9 18 134 36 32
Octal 303 72 261 0 106 11 30 464 66 62
Binary 11000011 111010 10110001 0 1000110 1001 11000 100110100 110110 110010

Color Harmonies of #C33AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AB1

Black with #C33AB1

Text Example


Text Example

White with #C33AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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