Html Css Color HEX #C133C1 Fuchsia

📋 copy color: '#C133C1'

red 193 ◦ green 51 ◦ blue 193

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

Shades of Fuchsia #C133C1

Tints of Fuchsia #C133C1

RGB

 RED value IS 193 (75.78% from 255) = 44.16%

 GREEN value IS 51 (20.31% from 255) = 11.67%

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 44.16%
G = 11.67%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C133C1 (or 0xC133C1) is known color: Fuchsia. HEX triplet: C1, 33 and C1. RGB value is (193,51,193). Sum of RGB (Red+Green+Blue) = 193+51+193=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C133C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133C1 is #3ECC3E. Grayscale: #6D6D6D. Windows color (decimal): -4115519 or 12661697. OLE color: 12661697.

HSL color Cylindrical-coordinate representation of color #C133C1: hue angle of 300º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C133C1 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 193 -
CMYK 0 0.74 0 0.24
HSL 300º 0.58% 0.48% -
HSV(B) 300º 0.74% 0.76% -
XYZ 32.8 17.56 52.11 -
YUV 109.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 193 51 193 0 0.74 0 0.24 300 0.58 0.48
Hex C1 33 C1 0 4A 0 18 12C 3A 30
Octal 301 63 301 0 112 0 30 454 72 60
Binary 11000001 110011 11000001 0 1001010 0 11000 100101100 111010 110000

Color Harmonies of #C133C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133C1

Black with #C133C1

Text Example


Text Example

White with #C133C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133C1; }

 p { color: rgb(193,51,193); }

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

background-color css

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

 a { background-color: rgb(193,51,193); }

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

border-color css

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

 span { border-color: rgb(193,51,193); }

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