Html Css Color HEX #C33FBF Fuchsia

📋 copy color: '#C33FBF'

red 195 ◦ green 63 ◦ blue 191

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

Shades of Fuchsia #C33FBF

Tints of Fuchsia #C33FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 43.43%
G = 14.03%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C33FBF (or 0xC33FBF) is known color: Fuchsia. HEX triplet: C3, 3F and BF. RGB value is (195,63,191). Sum of RGB (Red+Green+Blue) = 195+63+191=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FBF is #3CC040. Grayscale: #747474. Windows color (decimal): -3981377 or 12533699. OLE color: 12533699.

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

Color convert

RGB 195 63 191 -
CMYK 0 0.68 0.02 0.24
HSL 301.82º 0.52% 0.51% -
HSV(B) 301.82º 0.68% 0.76% -
XYZ 33.69 18.92 51.17 -
YUV 117.06 169.73 183.59 -
System Red Green Blue C M Y K H S L
Decimal 195 63 191 0 0.68 0.02 0.24 301.82 0.52 0.51
Hex C3 3F BF 0 44 2 18 12E 34 33
Octal 303 77 277 0 104 2 30 456 64 63
Binary 11000011 111111 10111111 0 1000100 10 11000 100101110 110100 110011

Color Harmonies of #C33FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FBF

Black with #C33FBF

Text Example


Text Example

White with #C33FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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