Html Css Color HEX #C938D0 Fuchsia

📋 copy color: '#C938D0'

red 201 ◦ green 56 ◦ blue 208

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

Shades of Fuchsia #C938D0

Tints of Fuchsia #C938D0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.04%

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

R = 43.23%
G = 12.04%
B = 44.73%

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

#C938D0 (or 0xC938D0) is known color: Fuchsia. HEX triplet: C9, 38 and D0. RGB value is (201,56,208). Sum of RGB (Red+Green+Blue) = 201+56+208=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #C938D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C938D0 is #36C72F. Grayscale: #747474. Windows color (decimal): -3589936 or 13646025. OLE color: 13646025.

HSL color Cylindrical-coordinate representation of color #C938D0: hue angle of 297.24º 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 #C938D0 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 56 208 -
CMYK 0.03 0.73 0 0.18
HSL 297.24º 0.62% 0.52% -
HSV(B) 297.24º 0.73% 0.82% -
XYZ 36.89 19.8 61.55 -
YUV 116.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 201 56 208 0.03 0.73 0 0.18 297.24 0.62 0.52
Hex C9 38 D0 3 49 0 12 129 3E 34
Octal 311 70 320 3 111 0 22 451 76 64
Binary 11001001 111000 11010000 11 1001001 0 10010 100101001 111110 110100

Color Harmonies of #C938D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C938D0

Black with #C938D0

Text Example


Text Example

White with #C938D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C938D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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