Html Css Color HEX #C33BC5 Fuchsia

📋 copy color: '#C33BC5'

red 195 ◦ green 59 ◦ blue 197

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

Shades of Fuchsia #C33BC5

Tints of Fuchsia #C33BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.68%

R = 43.24%
G = 13.08%
B = 43.68%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C33BC5 (or 0xC33BC5) is known color: Fuchsia. HEX triplet: C3, 3B and C5. RGB value is (195,59,197). Sum of RGB (Red+Green+Blue) = 195+59+197=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #C33BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BC5 is #3CC43A. Grayscale: #727272. Windows color (decimal): -3982395 or 12925891. OLE color: 12925891.

HSL color Cylindrical-coordinate representation of color #C33BC5: hue angle of 299.13º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33BC5 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 59 197 -
CMYK 0.01 0.70 0 0.23
HSL 299.13º 0.54% 0.5% -
HSV(B) 299.13º 0.7% 0.77% -
XYZ 34.15 18.76 54.64 -
YUV 115.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 195 59 197 0.01 0.70 0 0.23 299.13 0.54 0.5
Hex C3 3B C5 1 46 0 17 12B 36 32
Octal 303 73 305 1 106 0 27 453 66 62
Binary 11000011 111011 11000101 1 1000110 0 10111 100101011 110110 110010

Color Harmonies of #C33BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BC5

Black with #C33BC5

Text Example


Text Example

White with #C33BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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