Html Css Color HEX #C152B9 Fuchsia

📋 copy color: '#C152B9'

red 193 ◦ green 82 ◦ blue 185

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

Shades of Fuchsia #C152B9

Tints of Fuchsia #C152B9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.83%

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 41.96%
G = 17.83%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C152B9 (or 0xC152B9) is known color: Fuchsia. HEX triplet: C1, 52 and B9. RGB value is (193,82,185). Sum of RGB (Red+Green+Blue) = 193+82+185=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C152B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152B9 is #3EAD46. Grayscale: #7E7E7E. Windows color (decimal): -4107591 or 12145345. OLE color: 12145345.

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

Color convert

RGB 193 82 185 -
CMYK 0 0.58 0.04 0.24
HSL 304.32º 0.47% 0.54% -
HSV(B) 304.32º 0.58% 0.76% -
XYZ 33.77 20.87 48.15 -
YUV 126.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 193 82 185 0 0.58 0.04 0.24 304.32 0.47 0.54
Hex C1 52 B9 0 3A 4 18 130 2F 36
Octal 301 122 271 0 72 4 30 460 57 66
Binary 11000001 1010010 10111001 0 111010 100 11000 100110000 101111 110110

Color Harmonies of #C152B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152B9

Black with #C152B9

Text Example


Text Example

White with #C152B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152B9; }

 p { color: rgb(193,82,185); }

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

background-color css

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

 a { background-color: rgb(193,82,185); }

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

border-color css

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

 span { border-color: rgb(193,82,185); }

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