Html Css Color HEX #C942B1 Fuchsia

📋 copy color: '#C942B1'

red 201 ◦ green 66 ◦ blue 177

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

Shades of Fuchsia #C942B1

Tints of Fuchsia #C942B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 45.27%
G = 14.86%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C942B1 (or 0xC942B1) is known color: Fuchsia. HEX triplet: C9, 42 and B1. RGB value is (201,66,177). Sum of RGB (Red+Green+Blue) = 201+66+177=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C942B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C942B1 is #36BD4E. Grayscale: #767676. Windows color (decimal): -3587407 or 11616969. OLE color: 11616969.

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

Color convert

RGB 201 66 177 -
CMYK 0 0.67 0.12 0.21
HSL 310.67º 0.56% 0.52% -
HSV(B) 310.67º 0.67% 0.79% -
XYZ 33.97 19.49 43.57 -
YUV 119.02 160.73 186.47 -
System Red Green Blue C M Y K H S L
Decimal 201 66 177 0 0.67 0.12 0.21 310.67 0.56 0.52
Hex C9 42 B1 0 43 C 15 137 38 34
Octal 311 102 261 0 103 14 25 467 70 64
Binary 11001001 1000010 10110001 0 1000011 1100 10101 100110111 111000 110100

Color Harmonies of #C942B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942B1

Black with #C942B1

Text Example


Text Example

White with #C942B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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