Html Css Color HEX #C942BA Fuchsia

📋 copy color: '#C942BA'

red 201 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #C942BA

Tints of Fuchsia #C942BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 44.37%
G = 14.57%
B = 41.06%

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

#C942BA (or 0xC942BA) is known color: Fuchsia. HEX triplet: C9, 42 and BA. RGB value is (201,66,186). Sum of RGB (Red+Green+Blue) = 201+66+186=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C942BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942BA is #36BD45. Grayscale: #777777. Windows color (decimal): -3587398 or 12206793. OLE color: 12206793.

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

Color convert

RGB 201 66 186 -
CMYK 0 0.67 0.07 0.21
HSL 306.67º 0.56% 0.52% -
HSV(B) 306.67º 0.67% 0.79% -
XYZ 34.9 19.86 48.45 -
YUV 120.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 201 66 186 0 0.67 0.07 0.21 306.67 0.56 0.52
Hex C9 42 BA 0 43 7 15 133 38 34
Octal 311 102 272 0 103 7 25 463 70 64
Binary 11001001 1000010 10111010 0 1000011 111 10101 100110011 111000 110100

Color Harmonies of #C942BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942BA

Black with #C942BA

Text Example


Text Example

White with #C942BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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