Html Css Color HEX #C935D0 Fuchsia

📋 copy color: '#C935D0'

red 201 ◦ green 53 ◦ blue 208

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

Shades of Fuchsia #C935D0

Tints of Fuchsia #C935D0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.47%

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

R = 43.51%
G = 11.47%
B = 45.02%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C935D0 (or 0xC935D0) is known color: Fuchsia. HEX triplet: C9, 35 and D0. RGB value is (201,53,208). Sum of RGB (Red+Green+Blue) = 201+53+208=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #C935D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935D0 is #36CA2F. Grayscale: #727272. Windows color (decimal): -3590704 or 13645257. OLE color: 13645257.

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

Color convert

RGB 201 53 208 -
CMYK 0.03 0.75 0 0.18
HSL 297.29º 0.62% 0.51% -
HSV(B) 297.29º 0.75% 0.82% -
XYZ 36.75 19.52 61.51 -
YUV 114.92 180.53 189.4 -
System Red Green Blue C M Y K H S L
Decimal 201 53 208 0.03 0.75 0 0.18 297.29 0.62 0.51
Hex C9 35 D0 3 4B 0 12 129 3E 33
Octal 311 65 320 3 113 0 22 451 76 63
Binary 11001001 110101 11010000 11 1001011 0 10010 100101001 111110 110011

Color Harmonies of #C935D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935D0

Black with #C935D0

Text Example


Text Example

White with #C935D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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