Html Css Color HEX #C35DB0 Fuchsia

📋 copy color: '#C35DB0'

red 195 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #C35DB0

Tints of Fuchsia #C35DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.04%

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 42.03%
G = 20.04%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C35DB0 (or 0xC35DB0) is known color: Fuchsia. HEX triplet: C3, 5D and B0. RGB value is (195,93,176). Sum of RGB (Red+Green+Blue) = 195+93+176=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35DB0 is #3CA24F. Grayscale: #848484. Windows color (decimal): -3973712 or 11558339. OLE color: 11558339.

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

Color convert

RGB 195 93 176 -
CMYK 0 0.52 0.10 0.24
HSL 311.18º 0.46% 0.56% -
HSV(B) 311.18º 0.52% 0.76% -
XYZ 34.26 22.57 43.62 -
YUV 132.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 195 93 176 0 0.52 0.10 0.24 311.18 0.46 0.56
Hex C3 5D B0 0 34 A 18 137 2E 38
Octal 303 135 260 0 64 12 30 467 56 70
Binary 11000011 1011101 10110000 0 110100 1010 11000 100110111 101110 111000

Color Harmonies of #C35DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DB0

Black with #C35DB0

Text Example


Text Example

White with #C35DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DB0; }

 p { color: rgb(195,93,176); }

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

background-color css

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

 a { background-color: rgb(195,93,176); }

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

border-color css

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

 span { border-color: rgb(195,93,176); }

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