Html Css Color HEX #C935CC Fuchsia

📋 copy color: '#C935CC'

red 201 ◦ green 53 ◦ blue 204

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

Shades of Fuchsia #C935CC

Tints of Fuchsia #C935CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 43.89%
G = 11.57%
B = 44.54%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C935CC (or 0xC935CC) is known color: Fuchsia. HEX triplet: C9, 35 and CC. RGB value is (201,53,204). Sum of RGB (Red+Green+Blue) = 201+53+204=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #C935CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935CC is #36CA33. Grayscale: #727272. Windows color (decimal): -3590708 or 13383113. OLE color: 13383113.

HSL color Cylindrical-coordinate representation of color #C935CC: hue angle of 298.81º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935CC is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 53 204 -
CMYK 0.01 0.74 0 0.2
HSL 298.81º 0.6% 0.5% -
HSV(B) 298.81º 0.74% 0.8% -
XYZ 36.26 19.32 58.95 -
YUV 114.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 201 53 204 0.01 0.74 0 0.2 298.81 0.6 0.5
Hex C9 35 CC 1 4A 0 14 12B 3C 32
Octal 311 65 314 1 112 0 24 453 74 62
Binary 11001001 110101 11001100 1 1001010 0 10100 100101011 111100 110010

Color Harmonies of #C935CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935CC

Black with #C935CC

Text Example


Text Example

White with #C935CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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