Html Css Color HEX #C935CE Fuchsia

📋 copy color: '#C935CE'

red 201 ◦ green 53 ◦ blue 206

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

Shades of Fuchsia #C935CE

Tints of Fuchsia #C935CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 43.7%
G = 11.52%
B = 44.78%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C935CE (or 0xC935CE) is known color: Fuchsia. HEX triplet: C9, 35 and CE. RGB value is (201,53,206). Sum of RGB (Red+Green+Blue) = 201+53+206=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #C935CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935CE is #36CA31. Grayscale: #727272. Windows color (decimal): -3590706 or 13514185. OLE color: 13514185.

HSL color Cylindrical-coordinate representation of color #C935CE: hue angle of 298.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935CE is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 53 206 -
CMYK 0.02 0.74 0 0.19
HSL 298.04º 0.61% 0.51% -
HSV(B) 298.04º 0.74% 0.81% -
XYZ 36.5 19.42 60.22 -
YUV 114.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 201 53 206 0.02 0.74 0 0.19 298.04 0.61 0.51
Hex C9 35 CE 2 4A 0 13 12A 3D 33
Octal 311 65 316 2 112 0 23 452 75 63
Binary 11001001 110101 11001110 10 1001010 0 10011 100101010 111101 110011

Color Harmonies of #C935CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935CE

Black with #C935CE

Text Example


Text Example

White with #C935CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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