Html Css Color HEX #C943BE Fuchsia

📋 copy color: '#C943BE'

red 201 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #C943BE

Tints of Fuchsia #C943BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 43.89%
G = 14.63%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C943BE (or 0xC943BE) is known color: Fuchsia. HEX triplet: C9, 43 and BE. RGB value is (201,67,190). Sum of RGB (Red+Green+Blue) = 201+67+190=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C943BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943BE is #36BC41. Grayscale: #787878. Windows color (decimal): -3587138 or 12469193. OLE color: 12469193.

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

Color convert

RGB 201 67 190 -
CMYK 0 0.67 0.05 0.21
HSL 304.93º 0.55% 0.53% -
HSV(B) 304.93º 0.67% 0.79% -
XYZ 35.39 20.15 50.74 -
YUV 121.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 201 67 190 0 0.67 0.05 0.21 304.93 0.55 0.53
Hex C9 43 BE 0 43 5 15 131 37 35
Octal 311 103 276 0 103 5 25 461 67 65
Binary 11001001 1000011 10111110 0 1000011 101 10101 100110001 110111 110101

Color Harmonies of #C943BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943BE

Black with #C943BE

Text Example


Text Example

White with #C943BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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