Html Css Color HEX #C350CD Fuchsia

📋 copy color: '#C350CD'

red 195 ◦ green 80 ◦ blue 205

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

Shades of Fuchsia #C350CD

Tints of Fuchsia #C350CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 40.63%
G = 16.67%
B = 42.71%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C350CD (or 0xC350CD) is known color: Fuchsia. HEX triplet: C3, 50 and CD. RGB value is (195,80,205). Sum of RGB (Red+Green+Blue) = 195+80+205=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #C350CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350CD is #3CAF32. Grayscale: #808080. Windows color (decimal): -3977011 or 13455555. OLE color: 13455555.

HSL color Cylindrical-coordinate representation of color #C350CD: hue angle of 295.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C350CD is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 80 205 -
CMYK 0.05 0.61 0 0.20
HSL 295.2º 0.56% 0.56% -
HSV(B) 295.2º 0.61% 0.8% -
XYZ 36.39 21.75 60.04 -
YUV 128.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 195 80 205 0.05 0.61 0 0.20 295.2 0.56 0.56
Hex C3 50 CD 5 3D 0 14 127 38 38
Octal 303 120 315 5 75 0 24 447 70 70
Binary 11000011 1010000 11001101 101 111101 0 10100 100100111 111000 111000

Color Harmonies of #C350CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350CD

Black with #C350CD

Text Example


Text Example

White with #C350CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350CD; }

 p { color: rgb(195,80,205); }

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

background-color css

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

 a { background-color: rgb(195,80,205); }

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

border-color css

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

 span { border-color: rgb(195,80,205); }

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