Html Css Color HEX #C153C0 Fuchsia

📋 copy color: '#C153C0'

red 193 ◦ green 83 ◦ blue 192

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

Shades of Fuchsia #C153C0

Tints of Fuchsia #C153C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 41.24%
G = 17.74%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C153C0 (or 0xC153C0) is known color: Fuchsia. HEX triplet: C1, 53 and C0. RGB value is (193,83,192). Sum of RGB (Red+Green+Blue) = 193+83+192=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C153C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153C0 is #3EAC3F. Grayscale: #7F7F7F. Windows color (decimal): -4107328 or 12604353. OLE color: 12604353.

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

Color convert

RGB 193 83 192 -
CMYK 0 0.57 0.01 0.24
HSL 300.55º 0.47% 0.54% -
HSV(B) 300.55º 0.57% 0.76% -
XYZ 34.6 21.33 52.16 -
YUV 128.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 193 83 192 0 0.57 0.01 0.24 300.55 0.47 0.54
Hex C1 53 C0 0 39 1 18 12D 2F 36
Octal 301 123 300 0 71 1 30 455 57 66
Binary 11000001 1010011 11000000 0 111001 1 11000 100101101 101111 110110

Color Harmonies of #C153C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153C0

Black with #C153C0

Text Example


Text Example

White with #C153C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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