Html Css Color HEX #C335BF Fuchsia

📋 copy color: '#C335BF'

red 195 ◦ green 53 ◦ blue 191

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

Shades of Fuchsia #C335BF

Tints of Fuchsia #C335BF

RGB

 RED value IS 195 (76.56% from 255) = 44.42%

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 44.42%
G = 12.07%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C335BF (or 0xC335BF) is known color: Fuchsia. HEX triplet: C3, 35 and BF. RGB value is (195,53,191). Sum of RGB (Red+Green+Blue) = 195+53+191=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C335BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335BF is #3CCA40. Grayscale: #6E6E6E. Windows color (decimal): -3983937 or 12531139. OLE color: 12531139.

HSL color Cylindrical-coordinate representation of color #C335BF: hue angle of 301.69º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C335BF is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 191 -
CMYK 0 0.73 0.02 0.24
HSL 301.69º 0.57% 0.49% -
HSV(B) 301.69º 0.73% 0.76% -
XYZ 33.18 17.91 51 -
YUV 111.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 195 53 191 0 0.73 0.02 0.24 301.69 0.57 0.49
Hex C3 35 BF 0 49 2 18 12E 39 31
Octal 303 65 277 0 111 2 30 456 71 61
Binary 11000011 110101 10111111 0 1001001 10 11000 100101110 111001 110001

Color Harmonies of #C335BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C335BF

Black with #C335BF

Text Example


Text Example

White with #C335BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C335BF; }

 p { color: rgb(195,53,191); }

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

background-color css

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

 a { background-color: rgb(195,53,191); }

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

border-color css

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

 span { border-color: rgb(195,53,191); }

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