Html Css Color HEX #C134BC Fuchsia

📋 copy color: '#C134BC'

red 193 ◦ green 52 ◦ blue 188

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

Shades of Fuchsia #C134BC

Tints of Fuchsia #C134BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.01%

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 44.57%
G = 12.01%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C134BC (or 0xC134BC) is known color: Fuchsia. HEX triplet: C1, 34 and BC. RGB value is (193,52,188). Sum of RGB (Red+Green+Blue) = 193+52+188=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C134BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134BC is #3ECB43. Grayscale: #6D6D6D. Windows color (decimal): -4115268 or 12334273. OLE color: 12334273.

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

Color convert

RGB 193 52 188 -
CMYK 0 0.73 0.03 0.24
HSL 302.13º 0.58% 0.48% -
HSV(B) 302.13º 0.73% 0.76% -
XYZ 32.3 17.42 49.24 -
YUV 109.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 193 52 188 0 0.73 0.03 0.24 302.13 0.58 0.48
Hex C1 34 BC 0 49 3 18 12E 3A 30
Octal 301 64 274 0 111 3 30 456 72 60
Binary 11000001 110100 10111100 0 1001001 11 11000 100101110 111010 110000

Color Harmonies of #C134BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134BC

Black with #C134BC

Text Example


Text Example

White with #C134BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134BC; }

 p { color: rgb(193,52,188); }

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

background-color css

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

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

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

border-color css

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

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

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