Html Css Color HEX #C943D0 Fuchsia

📋 copy color: '#C943D0'

red 201 ◦ green 67 ◦ blue 208

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

Shades of Fuchsia #C943D0

Tints of Fuchsia #C943D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.7%

R = 42.23%
G = 14.08%
B = 43.7%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C943D0 (or 0xC943D0) is known color: Fuchsia. HEX triplet: C9, 43 and D0. RGB value is (201,67,208). Sum of RGB (Red+Green+Blue) = 201+67+208=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #C943D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943D0 is #36BC2F. Grayscale: #7A7A7A. Windows color (decimal): -3587120 or 13648841. OLE color: 13648841.

HSL color Cylindrical-coordinate representation of color #C943D0: hue angle of 297.02º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C943D0 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 67 208 -
CMYK 0.03 0.68 0 0.18
HSL 297.02º 0.6% 0.54% -
HSV(B) 297.02º 0.68% 0.82% -
XYZ 37.48 20.99 61.75 -
YUV 123.14 175.89 183.54 -
System Red Green Blue C M Y K H S L
Decimal 201 67 208 0.03 0.68 0 0.18 297.02 0.6 0.54
Hex C9 43 D0 3 44 0 12 129 3C 36
Octal 311 103 320 3 104 0 22 451 74 66
Binary 11001001 1000011 11010000 11 1000100 0 10010 100101001 111100 110110

Color Harmonies of #C943D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943D0

Black with #C943D0

Text Example


Text Example

White with #C943D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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