Html Css Color HEX #C33BC2 Fuchsia

📋 copy color: '#C33BC2'

red 195 ◦ green 59 ◦ blue 194

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

Shades of Fuchsia #C33BC2

Tints of Fuchsia #C33BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.3%

R = 43.53%
G = 13.17%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C33BC2 (or 0xC33BC2) is known color: Fuchsia. HEX triplet: C3, 3B and C2. RGB value is (195,59,194). Sum of RGB (Red+Green+Blue) = 195+59+194=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C33BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BC2 is #3CC43D. Grayscale: #727272. Windows color (decimal): -3982398 or 12729283. OLE color: 12729283.

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

Color convert

RGB 195 59 194 -
CMYK 0 0.70 0.01 0.24
HSL 300.44º 0.54% 0.5% -
HSV(B) 300.44º 0.7% 0.76% -
XYZ 33.81 18.63 52.85 -
YUV 115.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 195 59 194 0 0.70 0.01 0.24 300.44 0.54 0.5
Hex C3 3B C2 0 46 1 18 12C 36 32
Octal 303 73 302 0 106 1 30 454 66 62
Binary 11000011 111011 11000010 0 1000110 1 11000 100101100 110110 110010

Color Harmonies of #C33BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BC2

Black with #C33BC2

Text Example


Text Example

White with #C33BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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