Html Css Color HEX #C936D0 Fuchsia

📋 copy color: '#C936D0'

red 201 ◦ green 54 ◦ blue 208

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

Shades of Fuchsia #C936D0

Tints of Fuchsia #C936D0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.66%

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

R = 43.41%
G = 11.66%
B = 44.92%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C936D0 (or 0xC936D0) is known color: Fuchsia. HEX triplet: C9, 36 and D0. RGB value is (201,54,208). Sum of RGB (Red+Green+Blue) = 201+54+208=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #C936D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936D0 is #36C92F. Grayscale: #737373. Windows color (decimal): -3590448 or 13645513. OLE color: 13645513.

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

Color convert

RGB 201 54 208 -
CMYK 0.03 0.74 0 0.18
HSL 297.27º 0.62% 0.51% -
HSV(B) 297.27º 0.74% 0.82% -
XYZ 36.79 19.61 61.52 -
YUV 115.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 201 54 208 0.03 0.74 0 0.18 297.27 0.62 0.51
Hex C9 36 D0 3 4A 0 12 129 3E 33
Octal 311 66 320 3 112 0 22 451 76 63
Binary 11001001 110110 11010000 11 1001010 0 10010 100101001 111110 110011

Color Harmonies of #C936D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C936D0

Black with #C936D0

Text Example


Text Example

White with #C936D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C936D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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