Html Css Color HEX #C358C0 Fuchsia

📋 copy color: '#C358C0'

red 195 ◦ green 88 ◦ blue 192

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

Shades of Fuchsia #C358C0

Tints of Fuchsia #C358C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.53%

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 41.05%
G = 18.53%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C358C0 (or 0xC358C0) is known color: Fuchsia. HEX triplet: C3, 58 and C0. RGB value is (195,88,192). Sum of RGB (Red+Green+Blue) = 195+88+192=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C358C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358C0 is #3CA73F. Grayscale: #838383. Windows color (decimal): -3974976 or 12605635. OLE color: 12605635.

HSL color Cylindrical-coordinate representation of color #C358C0: hue angle of 301.68º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C358C0 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 88 192 -
CMYK 0 0.55 0.02 0.24
HSL 301.68º 0.47% 0.55% -
HSV(B) 301.68º 0.55% 0.76% -
XYZ 35.51 22.39 52.32 -
YUV 131.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 195 88 192 0 0.55 0.02 0.24 301.68 0.47 0.55
Hex C3 58 C0 0 37 2 18 12E 2F 37
Octal 303 130 300 0 67 2 30 456 57 67
Binary 11000011 1011000 11000000 0 110111 10 11000 100101110 101111 110111

Color Harmonies of #C358C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358C0

Black with #C358C0

Text Example


Text Example

White with #C358C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358C0; }

 p { color: rgb(195,88,192); }

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

background-color css

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

 a { background-color: rgb(195,88,192); }

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

border-color css

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

 span { border-color: rgb(195,88,192); }

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