Html Css Color HEX #C33FBC Fuchsia

📋 copy color: '#C33FBC'

red 195 ◦ green 63 ◦ blue 188

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

Shades of Fuchsia #C33FBC

Tints of Fuchsia #C33FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 43.72%
G = 14.13%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C33FBC (or 0xC33FBC) is known color: Fuchsia. HEX triplet: C3, 3F and BC. RGB value is (195,63,188). Sum of RGB (Red+Green+Blue) = 195+63+188=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FBC is #3CC043. Grayscale: #747474. Windows color (decimal): -3981380 or 12337091. OLE color: 12337091.

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

Color convert

RGB 195 63 188 -
CMYK 0 0.68 0.04 0.24
HSL 303.18º 0.52% 0.51% -
HSV(B) 303.18º 0.68% 0.76% -
XYZ 33.36 18.79 49.45 -
YUV 116.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 195 63 188 0 0.68 0.04 0.24 303.18 0.52 0.51
Hex C3 3F BC 0 44 4 18 12F 34 33
Octal 303 77 274 0 104 4 30 457 64 63
Binary 11000011 111111 10111100 0 1000100 100 11000 100101111 110100 110011

Color Harmonies of #C33FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FBC

Black with #C33FBC

Text Example


Text Example

White with #C33FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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