Html Css Color HEX #C942BC Fuchsia

📋 copy color: '#C942BC'

red 201 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #C942BC

Tints of Fuchsia #C942BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 44.18%
G = 14.51%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C942BC (or 0xC942BC) is known color: Fuchsia. HEX triplet: C9, 42 and BC. RGB value is (201,66,188). Sum of RGB (Red+Green+Blue) = 201+66+188=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C942BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942BC is #36BD43. Grayscale: #777777. Windows color (decimal): -3587396 or 12337865. OLE color: 12337865.

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

Color convert

RGB 201 66 188 -
CMYK 0 0.67 0.06 0.21
HSL 305.78º 0.56% 0.52% -
HSV(B) 305.78º 0.67% 0.79% -
XYZ 35.11 19.94 49.58 -
YUV 120.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 201 66 188 0 0.67 0.06 0.21 305.78 0.56 0.52
Hex C9 42 BC 0 43 6 15 132 38 34
Octal 311 102 274 0 103 6 25 462 70 64
Binary 11001001 1000010 10111100 0 1000011 110 10101 100110010 111000 110100

Color Harmonies of #C942BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C942BC

Black with #C942BC

Text Example


Text Example

White with #C942BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C942BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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