Html Css Color HEX #C152BF Fuchsia

📋 copy color: '#C152BF'

red 193 ◦ green 82 ◦ blue 191

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

Shades of Fuchsia #C152BF

Tints of Fuchsia #C152BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.99%

R = 41.42%
G = 17.6%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C152BF (or 0xC152BF) is known color: Fuchsia. HEX triplet: C1, 52 and BF. RGB value is (193,82,191). Sum of RGB (Red+Green+Blue) = 193+82+191=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C152BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152BF is #3EAD40. Grayscale: #7F7F7F. Windows color (decimal): -4107585 or 12538561. OLE color: 12538561.

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

Color convert

RGB 193 82 191 -
CMYK 0 0.58 0.01 0.24
HSL 301.08º 0.47% 0.54% -
HSV(B) 301.08º 0.58% 0.76% -
XYZ 34.41 21.13 51.56 -
YUV 127.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 193 82 191 0 0.58 0.01 0.24 301.08 0.47 0.54
Hex C1 52 BF 0 3A 1 18 12D 2F 36
Octal 301 122 277 0 72 1 30 455 57 66
Binary 11000001 1010010 10111111 0 111010 1 11000 100101101 101111 110110

Color Harmonies of #C152BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152BF

Black with #C152BF

Text Example


Text Example

White with #C152BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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