Html Css Color HEX #C133B9 Fuchsia

📋 copy color: '#C133B9'

red 193 ◦ green 51 ◦ blue 185

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

Shades of Fuchsia #C133B9

Tints of Fuchsia #C133B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.12%

R = 44.99%
G = 11.89%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C133B9 (or 0xC133B9) is known color: Fuchsia. HEX triplet: C1, 33 and B9. RGB value is (193,51,185). Sum of RGB (Red+Green+Blue) = 193+51+185=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C133B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133B9 is #3ECC46. Grayscale: #6C6C6C. Windows color (decimal): -4115527 or 12137409. OLE color: 12137409.

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

Color convert

RGB 193 51 185 -
CMYK 0 0.74 0.04 0.24
HSL 303.38º 0.58% 0.48% -
HSV(B) 303.38º 0.74% 0.76% -
XYZ 31.93 17.21 47.54 -
YUV 108.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 193 51 185 0 0.74 0.04 0.24 303.38 0.58 0.48
Hex C1 33 B9 0 4A 4 18 12F 3A 30
Octal 301 63 271 0 112 4 30 457 72 60
Binary 11000001 110011 10111001 0 1001010 100 11000 100101111 111010 110000

Color Harmonies of #C133B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C133B9

Black with #C133B9

Text Example


Text Example

White with #C133B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C133B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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