Html Css Color HEX #C35CBB Fuchsia

📋 copy color: '#C35CBB'

red 195 ◦ green 92 ◦ blue 187

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

Shades of Fuchsia #C35CBB

Tints of Fuchsia #C35CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 41.14%
G = 19.41%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C35CBB (or 0xC35CBB) is known color: Fuchsia. HEX triplet: C3, 5C and BB. RGB value is (195,92,187). Sum of RGB (Red+Green+Blue) = 195+92+187=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CBB is #3CA344. Grayscale: #858585. Windows color (decimal): -3973957 or 12278979. OLE color: 12278979.

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

Color convert

RGB 195 92 187 -
CMYK 0 0.53 0.04 0.24
HSL 304.66º 0.46% 0.56% -
HSV(B) 304.66º 0.53% 0.76% -
XYZ 35.3 22.84 49.56 -
YUV 133.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 195 92 187 0 0.53 0.04 0.24 304.66 0.46 0.56
Hex C3 5C BB 0 35 4 18 131 2E 38
Octal 303 134 273 0 65 4 30 461 56 70
Binary 11000011 1011100 10111011 0 110101 100 11000 100110001 101110 111000

Color Harmonies of #C35CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CBB

Black with #C35CBB

Text Example


Text Example

White with #C35CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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