Html Css Color HEX #C935BD Fuchsia

📋 copy color: '#C935BD'

red 201 ◦ green 53 ◦ blue 189

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

Shades of Fuchsia #C935BD

Tints of Fuchsia #C935BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 45.37%
G = 11.96%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C935BD (or 0xC935BD) is known color: Fuchsia. HEX triplet: C9, 35 and BD. RGB value is (201,53,189). Sum of RGB (Red+Green+Blue) = 201+53+189=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C935BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935BD is #36CA42. Grayscale: #707070. Windows color (decimal): -3590723 or 12400073. OLE color: 12400073.

HSL color Cylindrical-coordinate representation of color #C935BD: hue angle of 304.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935BD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 53 189 -
CMYK 0 0.74 0.06 0.21
HSL 304.86º 0.58% 0.5% -
HSV(B) 304.86º 0.74% 0.79% -
XYZ 34.55 18.64 49.92 -
YUV 112.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 201 53 189 0 0.74 0.06 0.21 304.86 0.58 0.5
Hex C9 35 BD 0 4A 6 15 131 3A 32
Octal 311 65 275 0 112 6 25 461 72 62
Binary 11001001 110101 10111101 0 1001010 110 10101 100110001 111010 110010

Color Harmonies of #C935BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935BD

Black with #C935BD

Text Example


Text Example

White with #C935BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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