Html Css Color HEX #C35FB2 Fuchsia

📋 copy color: '#C35FB2'

red 195 ◦ green 95 ◦ blue 178

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

Shades of Fuchsia #C35FB2

Tints of Fuchsia #C35FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.3%

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 41.67%
G = 20.3%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C35FB2 (or 0xC35FB2) is known color: Fuchsia. HEX triplet: C3, 5F and B2. RGB value is (195,95,178). Sum of RGB (Red+Green+Blue) = 195+95+178=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35FB2 is #3CA04D. Grayscale: #868686. Windows color (decimal): -3973198 or 11689923. OLE color: 11689923.

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

Color convert

RGB 195 95 178 -
CMYK 0 0.51 0.09 0.24
HSL 310.2º 0.45% 0.57% -
HSV(B) 310.2º 0.51% 0.76% -
XYZ 34.63 23 44.73 -
YUV 134.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 195 95 178 0 0.51 0.09 0.24 310.2 0.45 0.57
Hex C3 5F B2 0 33 9 18 136 2D 39
Octal 303 137 262 0 63 11 30 466 55 71
Binary 11000011 1011111 10110010 0 110011 1001 11000 100110110 101101 111001

Color Harmonies of #C35FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FB2

Black with #C35FB2

Text Example


Text Example

White with #C35FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FB2; }

 p { color: rgb(195,95,178); }

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

background-color css

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

 a { background-color: rgb(195,95,178); }

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

border-color css

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

 span { border-color: rgb(195,95,178); }

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