Html Css Color HEX #C153BD Fuchsia

📋 copy color: '#C153BD'

red 193 ◦ green 83 ◦ blue 189

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

Shades of Fuchsia #C153BD

Tints of Fuchsia #C153BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 41.51%
G = 17.85%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C153BD (or 0xC153BD) is known color: Fuchsia. HEX triplet: C1, 53 and BD. RGB value is (193,83,189). Sum of RGB (Red+Green+Blue) = 193+83+189=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C153BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153BD is #3EAC42. Grayscale: #7F7F7F. Windows color (decimal): -4107331 or 12407745. OLE color: 12407745.

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

Color convert

RGB 193 83 189 -
CMYK 0 0.57 0.02 0.24
HSL 302.18º 0.47% 0.54% -
HSV(B) 302.18º 0.57% 0.76% -
XYZ 34.27 21.2 50.43 -
YUV 127.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 193 83 189 0 0.57 0.02 0.24 302.18 0.47 0.54
Hex C1 53 BD 0 39 2 18 12E 2F 36
Octal 301 123 275 0 71 2 30 456 57 66
Binary 11000001 1010011 10111101 0 111001 10 11000 100101110 101111 110110

Color Harmonies of #C153BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153BD

Black with #C153BD

Text Example


Text Example

White with #C153BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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