Html Css Color HEX #C153BC Fuchsia

📋 copy color: '#C153BC'

red 193 ◦ green 83 ◦ blue 188

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

Shades of Fuchsia #C153BC

Tints of Fuchsia #C153BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.89%

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

R = 41.59%
G = 17.89%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C153BC (or 0xC153BC) is known color: Fuchsia. HEX triplet: C1, 53 and BC. RGB value is (193,83,188). Sum of RGB (Red+Green+Blue) = 193+83+188=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C153BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153BC is #3EAC43. Grayscale: #7F7F7F. Windows color (decimal): -4107332 or 12342209. OLE color: 12342209.

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

Color convert

RGB 193 83 188 -
CMYK 0 0.57 0.03 0.24
HSL 302.73º 0.47% 0.54% -
HSV(B) 302.73º 0.57% 0.76% -
XYZ 34.16 21.15 49.86 -
YUV 127.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 193 83 188 0 0.57 0.03 0.24 302.73 0.47 0.54
Hex C1 53 BC 0 39 3 18 12F 2F 36
Octal 301 123 274 0 71 3 30 457 57 66
Binary 11000001 1010011 10111100 0 111001 11 11000 100101111 101111 110110

Color Harmonies of #C153BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153BC

Black with #C153BC

Text Example


Text Example

White with #C153BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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