Html Css Color HEX #C943BA Fuchsia

📋 copy color: '#C943BA'

red 201 ◦ green 67 ◦ blue 186

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

Shades of Fuchsia #C943BA

Tints of Fuchsia #C943BA

RGB

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

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

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

R = 44.27%
G = 14.76%
B = 40.97%

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

#C943BA (or 0xC943BA) is known color: Fuchsia. HEX triplet: C9, 43 and BA. RGB value is (201,67,186). Sum of RGB (Red+Green+Blue) = 201+67+186=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C943BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943BA is #36BC45. Grayscale: #787878. Windows color (decimal): -3587142 or 12207049. OLE color: 12207049.

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

Color convert

RGB 201 67 186 -
CMYK 0 0.67 0.07 0.21
HSL 306.72º 0.55% 0.53% -
HSV(B) 306.72º 0.67% 0.79% -
XYZ 34.96 19.98 48.47 -
YUV 120.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 201 67 186 0 0.67 0.07 0.21 306.72 0.55 0.53
Hex C9 43 BA 0 43 7 15 133 37 35
Octal 311 103 272 0 103 7 25 463 67 65
Binary 11001001 1000011 10111010 0 1000011 111 10101 100110011 110111 110101

Color Harmonies of #C943BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943BA

Black with #C943BA

Text Example


Text Example

White with #C943BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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