Html Css Color HEX #C35EBF Fuchsia

📋 copy color: '#C35EBF'

red 195 ◦ green 94 ◦ blue 191

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

Shades of Fuchsia #C35EBF

Tints of Fuchsia #C35EBF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

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

R = 40.63%
G = 19.58%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C35EBF (or 0xC35EBF) is known color: Fuchsia. HEX triplet: C3, 5E and BF. RGB value is (195,94,191). Sum of RGB (Red+Green+Blue) = 195+94+191=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EBF is #3CA140. Grayscale: #868686. Windows color (decimal): -3973441 or 12541635. OLE color: 12541635.

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

Color convert

RGB 195 94 191 -
CMYK 0 0.52 0.02 0.24
HSL 302.38º 0.46% 0.57% -
HSV(B) 302.38º 0.52% 0.76% -
XYZ 35.91 23.37 51.91 -
YUV 135.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 195 94 191 0 0.52 0.02 0.24 302.38 0.46 0.57
Hex C3 5E BF 0 34 2 18 12E 2E 39
Octal 303 136 277 0 64 2 30 456 56 71
Binary 11000011 1011110 10111111 0 110100 10 11000 100101110 101110 111001

Color Harmonies of #C35EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35EBF

Black with #C35EBF

Text Example


Text Example

White with #C35EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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