Html Css Color HEX #C153A7 Fuchsia

📋 copy color: '#C153A7'

red 193 ◦ green 83 ◦ blue 167

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

Shades of Fuchsia #C153A7

Tints of Fuchsia #C153A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.7%

R = 43.57%
G = 18.74%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C153A7 (or 0xC153A7) is known color: Fuchsia. HEX triplet: C1, 53 and A7. RGB value is (193,83,167). Sum of RGB (Red+Green+Blue) = 193+83+167=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C153A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C153A7 is #3EAC58. Grayscale: #7D7D7D. Windows color (decimal): -4107353 or 10965953. OLE color: 10965953.

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

Color convert

RGB 193 83 167 -
CMYK 0 0.57 0.13 0.24
HSL 314.18º 0.47% 0.54% -
HSV(B) 314.18º 0.57% 0.76% -
XYZ 32.06 20.31 38.79 -
YUV 125.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 193 83 167 0 0.57 0.13 0.24 314.18 0.47 0.54
Hex C1 53 A7 0 39 D 18 13A 2F 36
Octal 301 123 247 0 71 15 30 472 57 66
Binary 11000001 1010011 10100111 0 111001 1101 11000 100111010 101111 110110

Color Harmonies of #C153A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153A7

Black with #C153A7

Text Example


Text Example

White with #C153A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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