Html Css Color HEX #C942BB Fuchsia

📋 copy color: '#C942BB'

red 201 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #C942BB

Tints of Fuchsia #C942BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.54%

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

R = 44.27%
G = 14.54%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C942BB (or 0xC942BB) is known color: Fuchsia. HEX triplet: C9, 42 and BB. RGB value is (201,66,187). Sum of RGB (Red+Green+Blue) = 201+66+187=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C942BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942BB is #36BD44. Grayscale: #777777. Windows color (decimal): -3587397 or 12272329. OLE color: 12272329.

HSL color Cylindrical-coordinate representation of color #C942BB: hue angle of 306.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C942BB is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 187 -
CMYK 0 0.67 0.07 0.21
HSL 306.22º 0.56% 0.52% -
HSV(B) 306.22º 0.67% 0.79% -
XYZ 35.01 19.9 49.01 -
YUV 120.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 201 66 187 0 0.67 0.07 0.21 306.22 0.56 0.52
Hex C9 42 BB 0 43 7 15 132 38 34
Octal 311 102 273 0 103 7 25 462 70 64
Binary 11001001 1000010 10111011 0 1000011 111 10101 100110010 111000 110100

Color Harmonies of #C942BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942BB

Black with #C942BB

Text Example


Text Example

White with #C942BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942BB; }

 p { color: rgb(201,66,187); }

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

background-color css

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

 a { background-color: rgb(201,66,187); }

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

border-color css

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

 span { border-color: rgb(201,66,187); }

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