Html Css Color HEX #C162BB Fuchsia

📋 copy color: '#C162BB'

red 193 ◦ green 98 ◦ blue 187

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

Shades of Fuchsia #C162BB

Tints of Fuchsia #C162BB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.5%

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 40.38%
G = 20.5%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C162BB (or 0xC162BB) is known color: Fuchsia. HEX triplet: C1, 62 and BB. RGB value is (193,98,187). Sum of RGB (Red+Green+Blue) = 193+98+187=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C162BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162BB is #3E9D44. Grayscale: #888888. Windows color (decimal): -4103493 or 12280513. OLE color: 12280513.

HSL color Cylindrical-coordinate representation of color #C162BB: hue angle of 303.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C162BB is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 98 187 -
CMYK 0 0.49 0.03 0.24
HSL 303.79º 0.43% 0.57% -
HSV(B) 303.79º 0.49% 0.76% -
XYZ 35.33 23.66 49.72 -
YUV 136.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 193 98 187 0 0.49 0.03 0.24 303.79 0.43 0.57
Hex C1 62 BB 0 31 3 18 130 2B 39
Octal 301 142 273 0 61 3 30 460 53 71
Binary 11000001 1100010 10111011 0 110001 11 11000 100110000 101011 111001

Color Harmonies of #C162BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162BB

Black with #C162BB

Text Example


Text Example

White with #C162BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162BB; }

 p { color: rgb(193,98,187); }

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

background-color css

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

 a { background-color: rgb(193,98,187); }

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

border-color css

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

 span { border-color: rgb(193,98,187); }

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