Html Css Color HEX #C133CD Fuchsia

📋 copy color: '#C133CD'

red 193 ◦ green 51 ◦ blue 205

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

Shades of Fuchsia #C133CD

Tints of Fuchsia #C133CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 42.98%
G = 11.36%
B = 45.66%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C133CD (or 0xC133CD) is known color: Fuchsia. HEX triplet: C1, 33 and CD. RGB value is (193,51,205). Sum of RGB (Red+Green+Blue) = 193+51+205=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #C133CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133CD is #3ECC32. Grayscale: #6E6E6E. Windows color (decimal): -4115507 or 13448129. OLE color: 13448129.

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

Color convert

RGB 193 51 205 -
CMYK 0.06 0.75 0 0.20
HSL 295.32º 0.61% 0.5% -
HSV(B) 295.32º 0.75% 0.8% -
XYZ 34.2 18.11 59.45 -
YUV 111.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 193 51 205 0.06 0.75 0 0.20 295.32 0.61 0.5
Hex C1 33 CD 6 4B 0 14 127 3D 32
Octal 301 63 315 6 113 0 24 447 75 62
Binary 11000001 110011 11001101 110 1001011 0 10100 100100111 111101 110010

Color Harmonies of #C133CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133CD

Black with #C133CD

Text Example


Text Example

White with #C133CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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