Html Css Color HEX #C133CE Fuchsia

📋 copy color: '#C133CE'

red 193 ◦ green 51 ◦ blue 206

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

Shades of Fuchsia #C133CE

Tints of Fuchsia #C133CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 42.89%
G = 11.33%
B = 45.78%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C133CE (or 0xC133CE) is known color: Fuchsia. HEX triplet: C1, 33 and CE. RGB value is (193,51,206). Sum of RGB (Red+Green+Blue) = 193+51+206=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #C133CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133CE is #3ECC31. Grayscale: #6E6E6E. Windows color (decimal): -4115506 or 13513665. OLE color: 13513665.

HSL color Cylindrical-coordinate representation of color #C133CE: hue angle of 294.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C133CE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 51 206 -
CMYK 0.06 0.75 0 0.19
HSL 294.97º 0.61% 0.5% -
HSV(B) 294.97º 0.75% 0.81% -
XYZ 34.32 18.16 60.09 -
YUV 111.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 193 51 206 0.06 0.75 0 0.19 294.97 0.61 0.5
Hex C1 33 CE 6 4B 0 13 127 3D 32
Octal 301 63 316 6 113 0 23 447 75 62
Binary 11000001 110011 11001110 110 1001011 0 10011 100100111 111101 110010

Color Harmonies of #C133CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133CE

Black with #C133CE

Text Example


Text Example

White with #C133CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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