Html Css Color HEX #C932B6 Fuchsia

📋 copy color: '#C932B6'

red 201 ◦ green 50 ◦ blue 182

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

Shades of Fuchsia #C932B6

Tints of Fuchsia #C932B6

RGB

 RED value IS 201 (78.91% from 255) = 46.42%

 GREEN value IS 50 (19.92% from 255) = 11.55%

 BLUE value IS 182 (71.48% from 255) = 42.03%

R = 46.42%
G = 11.55%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C932B6 (or 0xC932B6) is known color: Fuchsia. HEX triplet: C9, 32 and B6. RGB value is (201,50,182). Sum of RGB (Red+Green+Blue) = 201+50+182=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C932B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932B6 is #36CD49. Grayscale: #6D6D6D. Windows color (decimal): -3591498 or 11940553. OLE color: 11940553.

HSL color Cylindrical-coordinate representation of color #C932B6: hue angle of 307.55º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C932B6 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 182 -
CMYK 0 0.75 0.09 0.21
HSL 307.55º 0.6% 0.49% -
HSV(B) 307.55º 0.75% 0.79% -
XYZ 33.67 18.08 45.97 -
YUV 110.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 201 50 182 0 0.75 0.09 0.21 307.55 0.6 0.49
Hex C9 32 B6 0 4B 9 15 134 3C 31
Octal 311 62 266 0 113 11 25 464 74 61
Binary 11001001 110010 10110110 0 1001011 1001 10101 100110100 111100 110001

Color Harmonies of #C932B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932B6

Black with #C932B6

Text Example


Text Example

White with #C932B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932B6; }

 p { color: rgb(201,50,182); }

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

background-color css

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

 a { background-color: rgb(201,50,182); }

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

border-color css

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

 span { border-color: rgb(201,50,182); }

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