Html Css Color HEX #C932B2 Fuchsia

📋 copy color: '#C932B2'

red 201 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #C932B2

Tints of Fuchsia #C932B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.49%

R = 46.85%
G = 11.66%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C932B2 (or 0xC932B2) is known color: Fuchsia. HEX triplet: C9, 32 and B2. RGB value is (201,50,178). Sum of RGB (Red+Green+Blue) = 201+50+178=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C932B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932B2 is #36CD4D. Grayscale: #6D6D6D. Windows color (decimal): -3591502 or 11678409. OLE color: 11678409.

HSL color Cylindrical-coordinate representation of color #C932B2: hue angle of 309.14º 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 #C932B2 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 178 -
CMYK 0 0.75 0.11 0.21
HSL 309.14º 0.6% 0.49% -
HSV(B) 309.14º 0.75% 0.79% -
XYZ 33.26 17.91 43.82 -
YUV 109.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 201 50 178 0 0.75 0.11 0.21 309.14 0.6 0.49
Hex C9 32 B2 0 4B B 15 135 3C 31
Octal 311 62 262 0 113 13 25 465 74 61
Binary 11001001 110010 10110010 0 1001011 1011 10101 100110101 111100 110001

Color Harmonies of #C932B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932B2

Black with #C932B2

Text Example


Text Example

White with #C932B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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