Html Css Color HEX #C943BC Fuchsia

📋 copy color: '#C943BC'

red 201 ◦ green 67 ◦ blue 188

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

Shades of Fuchsia #C943BC

Tints of Fuchsia #C943BC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.69%

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

R = 44.08%
G = 14.69%
B = 41.23%

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

#C943BC (or 0xC943BC) is known color: Fuchsia. HEX triplet: C9, 43 and BC. RGB value is (201,67,188). Sum of RGB (Red+Green+Blue) = 201+67+188=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C943BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943BC is #36BC43. Grayscale: #787878. Windows color (decimal): -3587140 or 12338121. OLE color: 12338121.

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

Color convert

RGB 201 67 188 -
CMYK 0 0.67 0.06 0.21
HSL 305.82º 0.55% 0.53% -
HSV(B) 305.82º 0.67% 0.79% -
XYZ 35.17 20.06 49.6 -
YUV 120.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 201 67 188 0 0.67 0.06 0.21 305.82 0.55 0.53
Hex C9 43 BC 0 43 6 15 132 37 35
Octal 311 103 274 0 103 6 25 462 67 65
Binary 11001001 1000011 10111100 0 1000011 110 10101 100110010 110111 110101

Color Harmonies of #C943BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943BC

Black with #C943BC

Text Example


Text Example

White with #C943BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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