Html Css Color HEX #C35FB8 Fuchsia

📋 copy color: '#C35FB8'

red 195 ◦ green 95 ◦ blue 184

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

Shades of Fuchsia #C35FB8

Tints of Fuchsia #C35FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.82%

R = 41.14%
G = 20.04%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C35FB8 (or 0xC35FB8) is known color: Fuchsia. HEX triplet: C3, 5F and B8. RGB value is (195,95,184). Sum of RGB (Red+Green+Blue) = 195+95+184=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FB8 is #3CA047. Grayscale: #868686. Windows color (decimal): -3973192 or 12083139. OLE color: 12083139.

HSL color Cylindrical-coordinate representation of color #C35FB8: hue angle of 306.6º 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 #C35FB8 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 184 -
CMYK 0 0.51 0.06 0.24
HSL 306.6º 0.45% 0.57% -
HSV(B) 306.6º 0.51% 0.76% -
XYZ 35.25 23.25 47.98 -
YUV 135.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 195 95 184 0 0.51 0.06 0.24 306.6 0.45 0.57
Hex C3 5F B8 0 33 6 18 133 2D 39
Octal 303 137 270 0 63 6 30 463 55 71
Binary 11000011 1011111 10111000 0 110011 110 11000 100110011 101101 111001

Color Harmonies of #C35FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FB8

Black with #C35FB8

Text Example


Text Example

White with #C35FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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