Html Css Color HEX #C939D0 Fuchsia

📋 copy color: '#C939D0'

red 201 ◦ green 57 ◦ blue 208

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

Shades of Fuchsia #C939D0

Tints of Fuchsia #C939D0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.23%

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

R = 43.13%
G = 12.23%
B = 44.64%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C939D0 (or 0xC939D0) is known color: Fuchsia. HEX triplet: C9, 39 and D0. RGB value is (201,57,208). Sum of RGB (Red+Green+Blue) = 201+57+208=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #C939D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C939D0 is #36C62F. Grayscale: #747474. Windows color (decimal): -3589680 or 13646281. OLE color: 13646281.

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

Color convert

RGB 201 57 208 -
CMYK 0.03 0.73 0 0.18
HSL 297.22º 0.62% 0.52% -
HSV(B) 297.22º 0.73% 0.82% -
XYZ 36.94 19.9 61.57 -
YUV 117.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 201 57 208 0.03 0.73 0 0.18 297.22 0.62 0.52
Hex C9 39 D0 3 49 0 12 129 3E 34
Octal 311 71 320 3 111 0 22 451 76 64
Binary 11001001 111001 11010000 11 1001001 0 10010 100101001 111110 110100

Color Harmonies of #C939D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C939D0

Black with #C939D0

Text Example


Text Example

White with #C939D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C939D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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