Html Css Color HEX #C943B0 Fuchsia

📋 copy color: '#C943B0'

red 201 ◦ green 67 ◦ blue 176

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

Shades of Fuchsia #C943B0

Tints of Fuchsia #C943B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.64%

R = 45.27%
G = 15.09%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C943B0 (or 0xC943B0) is known color: Fuchsia. HEX triplet: C9, 43 and B0. RGB value is (201,67,176). Sum of RGB (Red+Green+Blue) = 201+67+176=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C943B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C943B0 is #36BC4F. Grayscale: #777777. Windows color (decimal): -3587152 or 11551689. OLE color: 11551689.

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

Color convert

RGB 201 67 176 -
CMYK 0 0.67 0.12 0.21
HSL 311.19º 0.55% 0.53% -
HSV(B) 311.19º 0.67% 0.79% -
XYZ 33.93 19.57 43.06 -
YUV 119.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 201 67 176 0 0.67 0.12 0.21 311.19 0.55 0.53
Hex C9 43 B0 0 43 C 15 137 37 35
Octal 311 103 260 0 103 14 25 467 67 65
Binary 11001001 1000011 10110000 0 1000011 1100 10101 100110111 110111 110101

Color Harmonies of #C943B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943B0

Black with #C943B0

Text Example


Text Example

White with #C943B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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