Html Css Color HEX #C33BBB Fuchsia

📋 copy color: '#C33BBB'

red 195 ◦ green 59 ◦ blue 187

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

Shades of Fuchsia #C33BBB

Tints of Fuchsia #C33BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.38%

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 44.22%
G = 13.38%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C33BBB (or 0xC33BBB) is known color: Fuchsia. HEX triplet: C3, 3B and BB. RGB value is (195,59,187). Sum of RGB (Red+Green+Blue) = 195+59+187=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BBB is #3CC444. Grayscale: #717171. Windows color (decimal): -3982405 or 12270531. OLE color: 12270531.

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

Color convert

RGB 195 59 187 -
CMYK 0 0.70 0.04 0.24
HSL 303.53º 0.54% 0.5% -
HSV(B) 303.53º 0.7% 0.76% -
XYZ 33.04 18.32 48.81 -
YUV 114.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 195 59 187 0 0.70 0.04 0.24 303.53 0.54 0.5
Hex C3 3B BB 0 46 4 18 130 36 32
Octal 303 73 273 0 106 4 30 460 66 62
Binary 11000011 111011 10111011 0 1000110 100 11000 100110000 110110 110010

Color Harmonies of #C33BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BBB

Black with #C33BBB

Text Example


Text Example

White with #C33BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BBB; }

 p { color: rgb(195,59,187); }

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

background-color css

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

 a { background-color: rgb(195,59,187); }

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

border-color css

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

 span { border-color: rgb(195,59,187); }

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