Html Css Color HEX #C33AB5 Fuchsia

📋 copy color: '#C33AB5'

red 195 ◦ green 58 ◦ blue 181

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

Shades of Fuchsia #C33AB5

Tints of Fuchsia #C33AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 44.93%
G = 13.36%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C33AB5 (or 0xC33AB5) is known color: Fuchsia. HEX triplet: C3, 3A and B5. RGB value is (195,58,181). Sum of RGB (Red+Green+Blue) = 195+58+181=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33AB5 is #3CC54A. Grayscale: #707070. Windows color (decimal): -3982667 or 11877059. OLE color: 11877059.

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

Color convert

RGB 195 58 181 -
CMYK 0 0.70 0.07 0.24
HSL 306.13º 0.54% 0.5% -
HSV(B) 306.13º 0.7% 0.76% -
XYZ 32.36 17.96 45.48 -
YUV 112.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 195 58 181 0 0.70 0.07 0.24 306.13 0.54 0.5
Hex C3 3A B5 0 46 7 18 132 36 32
Octal 303 72 265 0 106 7 30 462 66 62
Binary 11000011 111010 10110101 0 1000110 111 11000 100110010 110110 110010

Color Harmonies of #C33AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33AB5

Black with #C33AB5

Text Example


Text Example

White with #C33AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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