Html Css Color HEX #C33FB5 Fuchsia

📋 copy color: '#C33FB5'

red 195 ◦ green 63 ◦ blue 181

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

Shades of Fuchsia #C33FB5

Tints of Fuchsia #C33FB5

RGB

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

 GREEN value IS 63 (25% from 255) = 14.35%

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

R = 44.42%
G = 14.35%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C33FB5 (or 0xC33FB5) is known color: Fuchsia. HEX triplet: C3, 3F and B5. RGB value is (195,63,181). Sum of RGB (Red+Green+Blue) = 195+63+181=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FB5 is #3CC04A. Grayscale: #737373. Windows color (decimal): -3981387 or 11878339. OLE color: 11878339.

HSL color Cylindrical-coordinate representation of color #C33FB5: hue angle of 306.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33FB5 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 181 -
CMYK 0 0.68 0.07 0.24
HSL 306.36º 0.52% 0.51% -
HSV(B) 306.36º 0.68% 0.76% -
XYZ 32.62 18.49 45.57 -
YUV 115.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 195 63 181 0 0.68 0.07 0.24 306.36 0.52 0.51
Hex C3 3F B5 0 44 7 18 132 34 33
Octal 303 77 265 0 104 7 30 462 64 63
Binary 11000011 111111 10110101 0 1000100 111 11000 100110010 110100 110011

Color Harmonies of #C33FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FB5

Black with #C33FB5

Text Example


Text Example

White with #C33FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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