Html Css Color HEX #C35CBA Fuchsia

📋 copy color: '#C35CBA'

red 195 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #C35CBA

Tints of Fuchsia #C35CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.45%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 41.23%
G = 19.45%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C35CBA (or 0xC35CBA) is known color: Fuchsia. HEX triplet: C3, 5C and BA. RGB value is (195,92,186). Sum of RGB (Red+Green+Blue) = 195+92+186=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CBA is #3CA345. Grayscale: #858585. Windows color (decimal): -3973958 or 12213443. OLE color: 12213443.

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

Color convert

RGB 195 92 186 -
CMYK 0 0.53 0.05 0.24
HSL 305.24º 0.46% 0.56% -
HSV(B) 305.24º 0.53% 0.76% -
XYZ 35.2 22.8 49 -
YUV 133.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 195 92 186 0 0.53 0.05 0.24 305.24 0.46 0.56
Hex C3 5C BA 0 35 5 18 131 2E 38
Octal 303 134 272 0 65 5 30 461 56 70
Binary 11000011 1011100 10111010 0 110101 101 11000 100110001 101110 111000

Color Harmonies of #C35CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CBA

Black with #C35CBA

Text Example


Text Example

White with #C35CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CBA; }

 p { color: rgb(195,92,186); }

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

background-color css

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

 a { background-color: rgb(195,92,186); }

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

border-color css

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

 span { border-color: rgb(195,92,186); }

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