Html Css Color HEX #C943CE Fuchsia

📋 copy color: '#C943CE'

red 201 ◦ green 67 ◦ blue 206

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

Shades of Fuchsia #C943CE

Tints of Fuchsia #C943CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 42.41%
G = 14.14%
B = 43.46%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C943CE (or 0xC943CE) is known color: Fuchsia. HEX triplet: C9, 43 and CE. RGB value is (201,67,206). Sum of RGB (Red+Green+Blue) = 201+67+206=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C943CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943CE is #36BC31. Grayscale: #7A7A7A. Windows color (decimal): -3587122 or 13517769. OLE color: 13517769.

HSL color Cylindrical-coordinate representation of color #C943CE: hue angle of 297.84º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C943CE is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 67 206 -
CMYK 0.02 0.67 0 0.19
HSL 297.84º 0.59% 0.54% -
HSV(B) 297.84º 0.67% 0.81% -
XYZ 37.24 20.89 60.46 -
YUV 122.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 201 67 206 0.02 0.67 0 0.19 297.84 0.59 0.54
Hex C9 43 CE 2 43 0 13 12A 3B 36
Octal 311 103 316 2 103 0 23 452 73 66
Binary 11001001 1000011 11001110 10 1000011 0 10011 100101010 111011 110110

Color Harmonies of #C943CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943CE

Black with #C943CE

Text Example


Text Example

White with #C943CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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